Html Css Color HEX #B48518 Dark Goldenrod

📋 copy color: '#B48518'

red 180 ◦ green 133 ◦ blue 24

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

Shades of Dark Goldenrod #B48518

Tints of Dark Goldenrod #B48518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 53.41%
G = 39.47%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B48518 (or 0xB48518) is known color: Dark Goldenrod. HEX triplet: B4, 85 and 18. RGB value is (180,133,24). Sum of RGB (Red+Green+Blue) = 180+133+24=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B48518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48518 is #4B7AE7. Grayscale: #878787. Windows color (decimal): -4946664 or 1607092. OLE color: 1607092.

HSL color Cylindrical-coordinate representation of color #B48518: hue angle of 41.92º 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 #B48518 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 133 24 -
CMYK 0 0.26 0.87 0.29
HSL 41.92º 0.76% 0.4% -
HSV(B) 41.92º 0.87% 0.71% -
XYZ 27.37 26.54 4.54 -
YUV 134.63 65.57 160.36 -
System Red Green Blue C M Y K H S L
Decimal 180 133 24 0 0.26 0.87 0.29 41.92 0.76 0.4
Hex B4 85 18 0 1A 57 1D 2A 4C 28
Octal 264 205 30 0 32 127 35 52 114 50
Binary 10110100 10000101 11000 0 11010 1010111 11101 101010 1001100 101000

Color Harmonies of #B48518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48518

Black with #B48518

Text Example


Text Example

White with #B48518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48518; }

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

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

background-color css

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

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

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

border-color css

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

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

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