Html Css Color HEX #B89E1E Buddha Gold

📋 copy color: '#B89E1E'

red 184 ◦ green 158 ◦ blue 30

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

Shades of Buddha Gold #B89E1E

Tints of Buddha Gold #B89E1E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.47%

 BLUE value IS 30 (12.11% from 255) = 8.06%

R = 49.46%
G = 42.47%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B89E1E (or 0xB89E1E) is known color: Buddha Gold. HEX triplet: B8, 9E and 1E. RGB value is (184,158,30). Sum of RGB (Red+Green+Blue) = 184+158+30=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89E1E is #4761E1. Grayscale: #979797. Windows color (decimal): -4678114 or 2006712. OLE color: 2006712.

HSL color Cylindrical-coordinate representation of color #B89E1E: hue angle of 49.87º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B89E1E is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 158 30 -
CMYK 0 0.14 0.84 0.28
HSL 49.87º 0.72% 0.42% -
HSV(B) 49.87º 0.84% 0.72% -
XYZ 32.23 34.74 6.23 -
YUV 151.18 59.61 151.41 -
System Red Green Blue C M Y K H S L
Decimal 184 158 30 0 0.14 0.84 0.28 49.87 0.72 0.42
Hex B8 9E 1E 0 E 54 1C 32 48 2A
Octal 270 236 36 0 16 124 34 62 110 52
Binary 10111000 10011110 11110 0 1110 1010100 11100 110010 1001000 101010

Color Harmonies of #B89E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89E1E

Black with #B89E1E

Text Example


Text Example

White with #B89E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89E1E; }

 p { color: rgb(184,158,30); }

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

background-color css

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

 a { background-color: rgb(184,158,30); }

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

border-color css

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

 span { border-color: rgb(184,158,30); }

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