Html Css Color HEX #B7990E Buddha Gold

📋 copy color: '#B7990E'

red 183 ◦ green 153 ◦ blue 14

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

Shades of Buddha Gold #B7990E

Tints of Buddha Gold #B7990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.71%

 BLUE value IS 14 (5.86% from 255) = 4%

R = 52.29%
G = 43.71%
B = 4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7990E (or 0xB7990E) is known color: Buddha Gold. HEX triplet: B7, 99 and 0E. RGB value is (183,153,14). Sum of RGB (Red+Green+Blue) = 183+153+14=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B7990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7990E is #4866F1. Grayscale: #929292. Windows color (decimal): -4744946 or 956855. OLE color: 956855.

HSL color Cylindrical-coordinate representation of color #B7990E: hue angle of 49.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7990E is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 153 14 -
CMYK 0 0.16 0.92 0.28
HSL 49.35º 0.86% 0.39% -
HSV(B) 49.35º 0.92% 0.72% -
XYZ 31 32.88 5.13 -
YUV 146.12 53.44 154.3 -
System Red Green Blue C M Y K H S L
Decimal 183 153 14 0 0.16 0.92 0.28 49.35 0.86 0.39
Hex B7 99 E 0 10 5C 1C 31 56 27
Octal 267 231 16 0 20 134 34 61 126 47
Binary 10110111 10011001 1110 0 10000 1011100 11100 110001 1010110 100111

Color Harmonies of #B7990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7990E

Black with #B7990E

Text Example


Text Example

White with #B7990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7990E; }

 p { color: rgb(183,153,14); }

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

background-color css

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

 a { background-color: rgb(183,153,14); }

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

border-color css

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

 span { border-color: rgb(183,153,14); }

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