Html Css Color HEX #B49818 Buddha Gold

📋 copy color: '#B49818'

red 180 ◦ green 152 ◦ blue 24

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

Shades of Buddha Gold #B49818

Tints of Buddha Gold #B49818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 50.56%
G = 42.7%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B49818 (or 0xB49818) is known color: Buddha Gold. HEX triplet: B4, 98 and 18. RGB value is (180,152,24). Sum of RGB (Red+Green+Blue) = 180+152+24=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B49818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49818 is #4B67E7. Grayscale: #929292. Windows color (decimal): -4941800 or 1611956. OLE color: 1611956.

HSL color Cylindrical-coordinate representation of color #B49818: hue angle of 49.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B49818 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 152 24 -
CMYK 0 0.16 0.87 0.29
HSL 49.23º 0.76% 0.4% -
HSV(B) 49.23º 0.87% 0.71% -
XYZ 30.22 32.23 5.49 -
YUV 145.78 59.28 152.41 -
System Red Green Blue C M Y K H S L
Decimal 180 152 24 0 0.16 0.87 0.29 49.23 0.76 0.4
Hex B4 98 18 0 10 57 1D 31 4C 28
Octal 264 230 30 0 20 127 35 61 114 50
Binary 10110100 10011000 11000 0 10000 1010111 11101 110001 1001100 101000

Color Harmonies of #B49818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49818

Black with #B49818

Text Example


Text Example

White with #B49818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49818; }

 p { color: rgb(180,152,24); }

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

background-color css

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

 a { background-color: rgb(180,152,24); }

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

border-color css

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

 span { border-color: rgb(180,152,24); }

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