Html Css Color HEX #B8990C Buddha Gold

📋 copy color: '#B8990C'

red 184 ◦ green 153 ◦ blue 12

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

Shades of Buddha Gold #B8990C

Tints of Buddha Gold #B8990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.84%

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 52.72%
G = 43.84%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8990C (or 0xB8990C) is known color: Buddha Gold. HEX triplet: B8, 99 and 0C. RGB value is (184,153,12). Sum of RGB (Red+Green+Blue) = 184+153+12=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B8990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8990C is #4766F3. Grayscale: #929292. Windows color (decimal): -4679412 or 825784. OLE color: 825784.

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

Color convert

RGB 184 153 12 -
CMYK 0 0.17 0.93 0.28
HSL 49.19º 0.88% 0.38% -
HSV(B) 49.19º 0.93% 0.72% -
XYZ 31.22 33 5.07 -
YUV 146.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 184 153 12 0 0.17 0.93 0.28 49.19 0.88 0.38
Hex B8 99 C 0 11 5D 1C 31 58 26
Octal 270 231 14 0 21 135 34 61 130 46
Binary 10111000 10011001 1100 0 10001 1011101 11100 110001 1011000 100110

Color Harmonies of #B8990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8990C

Black with #B8990C

Text Example


Text Example

White with #B8990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8990C; }

 p { color: rgb(184,153,12); }

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

background-color css

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

 a { background-color: rgb(184,153,12); }

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

border-color css

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

 span { border-color: rgb(184,153,12); }

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