Html Css Color HEX #B49015 Buddha Gold

📋 copy color: '#B49015'

red 180 ◦ green 144 ◦ blue 21

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

Shades of Buddha Gold #B49015

Tints of Buddha Gold #B49015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 52.17%
G = 41.74%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B49015 (or 0xB49015) is known color: Buddha Gold. HEX triplet: B4, 90 and 15. RGB value is (180,144,21). Sum of RGB (Red+Green+Blue) = 180+144+21=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B49015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49015 is #4B6FEA. Grayscale: #8D8D8D. Windows color (decimal): -4943851 or 1413300. OLE color: 1413300.

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

Color convert

RGB 180 144 21 -
CMYK 0 0.2 0.88 0.29
HSL 46.42º 0.79% 0.39% -
HSV(B) 46.42º 0.88% 0.71% -
XYZ 28.93 29.7 4.92 -
YUV 140.74 60.43 156 -
System Red Green Blue C M Y K H S L
Decimal 180 144 21 0 0.2 0.88 0.29 46.42 0.79 0.39
Hex B4 90 15 0 14 58 1D 2E 4F 27
Octal 264 220 25 0 24 130 35 56 117 47
Binary 10110100 10010000 10101 0 10100 1011000 11101 101110 1001111 100111

Color Harmonies of #B49015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49015

Black with #B49015

Text Example


Text Example

White with #B49015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49015; }

 p { color: rgb(180,144,21); }

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

background-color css

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

 a { background-color: rgb(180,144,21); }

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

border-color css

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

 span { border-color: rgb(180,144,21); }

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