Html Css Color HEX #B8990E Buddha Gold

📋 copy color: '#B8990E'

red 184 ◦ green 153 ◦ blue 14

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

Shades of Buddha Gold #B8990E

Tints of Buddha Gold #B8990E

RGB

 RED value IS 184 (72.27% from 255) = 52.42%

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

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

R = 52.42%
G = 43.59%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8990E (or 0xB8990E) is known color: Buddha Gold. HEX triplet: B8, 99 and 0E. RGB value is (184,153,14). Sum of RGB (Red+Green+Blue) = 184+153+14=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B8990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8990E is #4766F1. Grayscale: #939393. Windows color (decimal): -4679410 or 956856. OLE color: 956856.

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

Color convert

RGB 184 153 14 -
CMYK 0 0.17 0.92 0.28
HSL 49.06º 0.86% 0.39% -
HSV(B) 49.06º 0.92% 0.72% -
XYZ 31.24 33 5.14 -
YUV 146.42 53.27 154.8 -
System Red Green Blue C M Y K H S L
Decimal 184 153 14 0 0.17 0.92 0.28 49.06 0.86 0.39
Hex B8 99 E 0 11 5C 1C 31 56 27
Octal 270 231 16 0 21 134 34 61 126 47
Binary 10111000 10011001 1110 0 10001 1011100 11100 110001 1010110 100111

Color Harmonies of #B8990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8990E

Black with #B8990E

Text Example


Text Example

White with #B8990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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