Html Css Color HEX #B48113 Dark Goldenrod

📋 copy color: '#B48113'

red 180 ◦ green 129 ◦ blue 19

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

Shades of Dark Goldenrod #B48113

Tints of Dark Goldenrod #B48113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 54.88%
G = 39.33%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B48113 (or 0xB48113) is known color: Dark Goldenrod. HEX triplet: B4, 81 and 13. RGB value is (180,129,19). Sum of RGB (Red+Green+Blue) = 180+129+19=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B48113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48113 is #4B7EEC. Grayscale: #848484. Windows color (decimal): -4947693 or 1278388. OLE color: 1278388.

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

Color convert

RGB 180 129 19 -
CMYK 0 0.28 0.89 0.29
HSL 40.99º 0.81% 0.39% -
HSV(B) 40.99º 0.89% 0.71% -
XYZ 26.79 25.45 4.12 -
YUV 131.71 64.4 162.44 -
System Red Green Blue C M Y K H S L
Decimal 180 129 19 0 0.28 0.89 0.29 40.99 0.81 0.39
Hex B4 81 13 0 1C 59 1D 29 51 27
Octal 264 201 23 0 34 131 35 51 121 47
Binary 10110100 10000001 10011 0 11100 1011001 11101 101001 1010001 100111

Color Harmonies of #B48113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48113

Black with #B48113

Text Example


Text Example

White with #B48113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48113; }

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

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

background-color css

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

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

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

border-color css

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

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

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