Html Css Color HEX #B7980B Buddha Gold

📋 copy color: '#B7980B'

red 183 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #B7980B

Tints of Buddha Gold #B7980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.93%

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

R = 52.89%
G = 43.93%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7980B (or 0xB7980B) is known color: Buddha Gold. HEX triplet: B7, 98 and 0B. RGB value is (183,152,11). Sum of RGB (Red+Green+Blue) = 183+152+11=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7980B is #4867F4. Grayscale: #919191. Windows color (decimal): -4745205 or 759991. OLE color: 759991.

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

Color convert

RGB 183 152 11 -
CMYK 0 0.17 0.94 0.28
HSL 49.19º 0.89% 0.38% -
HSV(B) 49.19º 0.94% 0.72% -
XYZ 30.82 32.55 4.97 -
YUV 145.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 183 152 11 0 0.17 0.94 0.28 49.19 0.89 0.38
Hex B7 98 B 0 11 5E 1C 31 59 26
Octal 267 230 13 0 21 136 34 61 131 46
Binary 10110111 10011000 1011 0 10001 1011110 11100 110001 1011001 100110

Color Harmonies of #B7980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7980B

Black with #B7980B

Text Example


Text Example

White with #B7980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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