Html Css Color HEX #B7960B Buddha Gold

📋 copy color: '#B7960B'

red 183 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #B7960B

Tints of Buddha Gold #B7960B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.6%

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

R = 53.2%
G = 43.6%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7960B (or 0xB7960B) is known color: Buddha Gold. HEX triplet: B7, 96 and 0B. RGB value is (183,150,11). Sum of RGB (Red+Green+Blue) = 183+150+11=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7960B is #4869F4. Grayscale: #909090. Windows color (decimal): -4745717 or 759479. OLE color: 759479.

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

Color convert

RGB 183 150 11 -
CMYK 0 0.18 0.94 0.28
HSL 48.49º 0.89% 0.38% -
HSV(B) 48.49º 0.94% 0.72% -
XYZ 30.5 31.9 4.87 -
YUV 144.02 52.93 155.8 -
System Red Green Blue C M Y K H S L
Decimal 183 150 11 0 0.18 0.94 0.28 48.49 0.89 0.38
Hex B7 96 B 0 12 5E 1C 30 59 26
Octal 267 226 13 0 22 136 34 60 131 46
Binary 10110111 10010110 1011 0 10010 1011110 11100 110000 1011001 100110

Color Harmonies of #B7960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7960B

Black with #B7960B

Text Example


Text Example

White with #B7960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7960B; }

 p { color: rgb(183,150,11); }

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

background-color css

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

 a { background-color: rgb(183,150,11); }

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

border-color css

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

 span { border-color: rgb(183,150,11); }

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