Html Css Color HEX #B7970C Buddha Gold

📋 copy color: '#B7970C'

red 183 ◦ green 151 ◦ blue 12

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

Shades of Buddha Gold #B7970C

Tints of Buddha Gold #B7970C

RGB

 RED value IS 183 (71.88% from 255) = 52.89%

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

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

R = 52.89%
G = 43.64%
B = 3.47%

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

#B7970C (or 0xB7970C) is known color: Buddha Gold. HEX triplet: B7, 97 and 0C. RGB value is (183,151,12). Sum of RGB (Red+Green+Blue) = 183+151+12=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7970C is #4868F3. Grayscale: #919191. Windows color (decimal): -4745460 or 825271. OLE color: 825271.

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

Color convert

RGB 183 151 12 -
CMYK 0 0.17 0.93 0.28
HSL 48.77º 0.88% 0.38% -
HSV(B) 48.77º 0.93% 0.72% -
XYZ 30.66 32.23 4.95 -
YUV 144.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 183 151 12 0 0.17 0.93 0.28 48.77 0.88 0.38
Hex B7 97 C 0 11 5D 1C 31 58 26
Octal 267 227 14 0 21 135 34 61 130 46
Binary 10110111 10010111 1100 0 10001 1011101 11100 110001 1011000 100110

Color Harmonies of #B7970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7970C

Black with #B7970C

Text Example


Text Example

White with #B7970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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