Html Css Color HEX #B49E08 Buddha Gold

📋 copy color: '#B49E08'

red 180 ◦ green 158 ◦ blue 8

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

Shades of Buddha Gold #B49E08

Tints of Buddha Gold #B49E08

RGB

 RED value IS 180 (70.7% from 255) = 52.02%

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

 BLUE value IS 8 (3.52% from 255) = 2.31%

R = 52.02%
G = 45.66%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B49E08 (or 0xB49E08) is known color: Buddha Gold. HEX triplet: B4, 9E and 08. RGB value is (180,158,8). Sum of RGB (Red+Green+Blue) = 180+158+8=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49E08 is #4B61F7. Grayscale: #949494. Windows color (decimal): -4940280 or 564916. OLE color: 564916.

HSL color Cylindrical-coordinate representation of color #B49E08: hue angle of 52.33º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B49E08 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 158 8 -
CMYK 0 0.12 0.96 0.29
HSL 52.33º 0.91% 0.37% -
HSV(B) 52.33º 0.96% 0.71% -
XYZ 31.09 34.17 5.19 -
YUV 147.48 49.29 151.2 -
System Red Green Blue C M Y K H S L
Decimal 180 158 8 0 0.12 0.96 0.29 52.33 0.91 0.37
Hex B4 9E 8 0 C 60 1D 34 5B 25
Octal 264 236 10 0 14 140 35 64 133 45
Binary 10110100 10011110 1000 0 1100 1100000 11101 110100 1011011 100101

Color Harmonies of #B49E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E08

Black with #B49E08

Text Example


Text Example

White with #B49E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E08; }

 p { color: rgb(180,158,8); }

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

background-color css

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

 a { background-color: rgb(180,158,8); }

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

border-color css

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

 span { border-color: rgb(180,158,8); }

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