Html Css Color HEX #B8970C Buddha Gold

📋 copy color: '#B8970C'

red 184 ◦ green 151 ◦ blue 12

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

Shades of Buddha Gold #B8970C

Tints of Buddha Gold #B8970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.52%

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

R = 53.03%
G = 43.52%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8970C (or 0xB8970C) is known color: Buddha Gold. HEX triplet: B8, 97 and 0C. RGB value is (184,151,12). Sum of RGB (Red+Green+Blue) = 184+151+12=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8970C is #4768F3. Grayscale: #919191. Windows color (decimal): -4679924 or 825272. OLE color: 825272.

HSL color Cylindrical-coordinate representation of color #B8970C: hue angle of 48.49º 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 #B8970C is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 151 12 -
CMYK 0 0.18 0.93 0.28
HSL 48.49º 0.88% 0.38% -
HSV(B) 48.49º 0.93% 0.72% -
XYZ 30.9 32.35 4.96 -
YUV 145.02 52.93 155.8 -
System Red Green Blue C M Y K H S L
Decimal 184 151 12 0 0.18 0.93 0.28 48.49 0.88 0.38
Hex B8 97 C 0 12 5D 1C 30 58 26
Octal 270 227 14 0 22 135 34 60 130 46
Binary 10111000 10010111 1100 0 10010 1011101 11100 110000 1011000 100110

Color Harmonies of #B8970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8970C

Black with #B8970C

Text Example


Text Example

White with #B8970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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