Html Css Color HEX #B8A70B Buddha Gold

📋 copy color: '#B8A70B'

red 184 ◦ green 167 ◦ blue 11

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

Shades of Buddha Gold #B8A70B

Tints of Buddha Gold #B8A70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.13%

 BLUE value IS 11 (4.69% from 255) = 3.04%

R = 50.83%
G = 46.13%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8A70B (or 0xB8A70B) is known color: Buddha Gold. HEX triplet: B8, A7 and 0B. RGB value is (184,167,11). Sum of RGB (Red+Green+Blue) = 184+167+11=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A70B is #4758F4. Grayscale: #9A9A9A. Windows color (decimal): -4675829 or 763832. OLE color: 763832.

HSL color Cylindrical-coordinate representation of color #B8A70B: hue angle of 54.1º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8A70B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 167 11 -
CMYK 0 0.09 0.94 0.28
HSL 54.1º 0.89% 0.38% -
HSV(B) 54.1º 0.94% 0.72% -
XYZ 33.65 37.85 5.85 -
YUV 154.3 47.13 149.18 -
System Red Green Blue C M Y K H S L
Decimal 184 167 11 0 0.09 0.94 0.28 54.1 0.89 0.38
Hex B8 A7 B 0 9 5E 1C 36 59 26
Octal 270 247 13 0 11 136 34 66 131 46
Binary 10111000 10100111 1011 0 1001 1011110 11100 110110 1011001 100110

Color Harmonies of #B8A70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A70B

Black with #B8A70B

Text Example


Text Example

White with #B8A70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A70B; }

 p { color: rgb(184,167,11); }

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

background-color css

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

 a { background-color: rgb(184,167,11); }

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

border-color css

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

 span { border-color: rgb(184,167,11); }

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