Html Css Color HEX #B49E05 Buddha Gold

📋 copy color: '#B49E05'

red 180 ◦ green 158 ◦ blue 5

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

Shades of Buddha Gold #B49E05

Tints of Buddha Gold #B49E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 52.48%
G = 46.06%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B49E05 (or 0xB49E05) is known color: Buddha Gold. HEX triplet: B4, 9E and 05. RGB value is (180,158,5). Sum of RGB (Red+Green+Blue) = 180+158+5=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49E05 is #4B61FA. Grayscale: #939393. Windows color (decimal): -4940283 or 368308. OLE color: 368308.

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

Color convert

RGB 180 158 5 -
CMYK 0 0.12 0.97 0.29
HSL 52.46º 0.95% 0.36% -
HSV(B) 52.46º 0.97% 0.71% -
XYZ 31.08 34.17 5.1 -
YUV 147.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 180 158 5 0 0.12 0.97 0.29 52.46 0.95 0.36
Hex B4 9E 5 0 C 61 1D 34 5F 24
Octal 264 236 5 0 14 141 35 64 137 44
Binary 10110100 10011110 101 0 1100 1100001 11101 110100 1011111 100100

Color Harmonies of #B49E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E05

Black with #B49E05

Text Example


Text Example

White with #B49E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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