Html Css Color HEX #B49D0B Buddha Gold

📋 copy color: '#B49D0B'

red 180 ◦ green 157 ◦ blue 11

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

Shades of Buddha Gold #B49D0B

Tints of Buddha Gold #B49D0B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.11%

 BLUE value IS 11 (4.69% from 255) = 3.16%

R = 51.72%
G = 45.11%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B49D0B (or 0xB49D0B) is known color: Buddha Gold. HEX triplet: B4, 9D and 0B. RGB value is (180,157,11). Sum of RGB (Red+Green+Blue) = 180+157+11=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49D0B is #4B62F4. Grayscale: #939393. Windows color (decimal): -4940533 or 761268. OLE color: 761268.

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

Color convert

RGB 180 157 11 -
CMYK 0 0.13 0.94 0.29
HSL 51.83º 0.88% 0.37% -
HSV(B) 51.83º 0.94% 0.71% -
XYZ 30.94 33.84 5.22 -
YUV 147.23 51.12 151.37 -
System Red Green Blue C M Y K H S L
Decimal 180 157 11 0 0.13 0.94 0.29 51.83 0.88 0.37
Hex B4 9D B 0 D 5E 1D 34 58 25
Octal 264 235 13 0 15 136 35 64 130 45
Binary 10110100 10011101 1011 0 1101 1011110 11101 110100 1011000 100101

Color Harmonies of #B49D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D0B

Black with #B49D0B

Text Example


Text Example

White with #B49D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D0B; }

 p { color: rgb(180,157,11); }

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

background-color css

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

 a { background-color: rgb(180,157,11); }

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

border-color css

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

 span { border-color: rgb(180,157,11); }

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