Html Css Color HEX #B3970C Buddha Gold

📋 copy color: '#B3970C'

red 179 ◦ green 151 ◦ blue 12

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

Shades of Buddha Gold #B3970C

Tints of Buddha Gold #B3970C

RGB

 RED value IS 179 (70.31% from 255) = 52.34%

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

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

R = 52.34%
G = 44.15%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3970C (or 0xB3970C) is known color: Buddha Gold. HEX triplet: B3, 97 and 0C. RGB value is (179,151,12). Sum of RGB (Red+Green+Blue) = 179+151+12=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3970C is #4C68F3. Grayscale: #909090. Windows color (decimal): -5007604 or 825267. OLE color: 825267.

HSL color Cylindrical-coordinate representation of color #B3970C: hue angle of 49.94º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3970C is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 151 12 -
CMYK 0 0.16 0.93 0.30
HSL 49.94º 0.87% 0.37% -
HSV(B) 49.94º 0.93% 0.7% -
XYZ 29.72 31.74 4.91 -
YUV 143.53 53.78 153.3 -
System Red Green Blue C M Y K H S L
Decimal 179 151 12 0 0.16 0.93 0.30 49.94 0.87 0.37
Hex B3 97 C 0 10 5D 1E 32 57 25
Octal 263 227 14 0 20 135 36 62 127 45
Binary 10110011 10010111 1100 0 10000 1011101 11110 110010 1010111 100101

Color Harmonies of #B3970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3970C

Black with #B3970C

Text Example


Text Example

White with #B3970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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