Html Css Color HEX #B8A603 Buddha Gold

📋 copy color: '#B8A603'

red 184 ◦ green 166 ◦ blue 3

#B8A603
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #B8A603

Tints of Buddha Gold #B8A603

RGB

 RED value IS 184 (72.27% from 255) = 52.12%

 GREEN value IS 166 (65.23% from 255) = 47.03%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 52.12%
G = 47.03%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B8A603 (or 0xB8A603) is known color: Buddha Gold. HEX triplet: B8, A6 and 03. RGB value is (184,166,3). Sum of RGB (Red+Green+Blue) = 184+166+3=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A603 is #4759FC. Grayscale: #999999. Windows color (decimal): -4676093 or 239288. OLE color: 239288.

HSL color Cylindrical-coordinate representation of color #B8A603: hue angle of 54.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8A603 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 166 3 -
CMYK 0 0.10 0.98 0.28
HSL 54.03º 0.97% 0.37% -
HSV(B) 54.03º 0.98% 0.72% -
XYZ 33.42 37.47 5.56 -
YUV 152.8 43.46 150.25 -
System Red Green Blue C M Y K H S L
Decimal 184 166 3 0 0.10 0.98 0.28 54.03 0.97 0.37
Hex B8 A6 3 0 A 62 1C 36 61 25
Octal 270 246 3 0 12 142 34 66 141 45
Binary 10111000 10100110 11 0 1010 1100010 11100 110110 1100001 100101

Color Harmonies of #B8A603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A603

Black with #B8A603

Text Example


Text Example

White with #B8A603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A603; }

 p { color: rgb(184,166,3); }

 H1.HeaderClassName
 {
   color: #B8A603;
 }
 .AnyTagClassName
 {
   color: #B8A603;
 }
</style>

background-color css

<style>
 a { background-color: #B8A603; }

 a { background-color: rgb(184,166,3); }

 div.DivClassName
 {
   background-color: #B8A603;
 }
 .BgClassName
 {
   background-color: #B8A603;
 }
</style>

border-color css

<style>
 span { border-color: #B8A603; }

 span { border-color: rgb(184,166,3); }

 td.TdClassName
 {
   border-color: #B8A603;
 }
 .TagClassName
 {
   border-color: #B8A603;
 }
</style>