Html Css Color HEX #B48117 Dark Goldenrod

📋 copy color: '#B48117'

red 180 ◦ green 129 ◦ blue 23

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

Shades of Dark Goldenrod #B48117

Tints of Dark Goldenrod #B48117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.86%

 BLUE value IS 23 (9.38% from 255) = 6.93%

R = 54.22%
G = 38.86%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B48117 (or 0xB48117) is known color: Dark Goldenrod. HEX triplet: B4, 81 and 17. RGB value is (180,129,23). Sum of RGB (Red+Green+Blue) = 180+129+23=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B48117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48117 is #4B7EE8. Grayscale: #848484. Windows color (decimal): -4947689 or 1540532. OLE color: 1540532.

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

Color convert

RGB 180 129 23 -
CMYK 0 0.28 0.87 0.29
HSL 40.51º 0.77% 0.4% -
HSV(B) 40.51º 0.87% 0.71% -
XYZ 26.83 25.47 4.31 -
YUV 132.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 180 129 23 0 0.28 0.87 0.29 40.51 0.77 0.4
Hex B4 81 17 0 1C 57 1D 29 4D 28
Octal 264 201 27 0 34 127 35 51 115 50
Binary 10110100 10000001 10111 0 11100 1010111 11101 101001 1001101 101000

Color Harmonies of #B48117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48117

Black with #B48117

Text Example


Text Example

White with #B48117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48117; }

 p { color: rgb(180,129,23); }

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

background-color css

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

 a { background-color: rgb(180,129,23); }

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

border-color css

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

 span { border-color: rgb(180,129,23); }

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