Html Css Color HEX #B48B11 Dark Goldenrod

📋 copy color: '#B48B11'

red 180 ◦ green 139 ◦ blue 17

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

Shades of Dark Goldenrod #B48B11

Tints of Dark Goldenrod #B48B11

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.37%

 BLUE value IS 17 (7.03% from 255) = 5.06%

R = 53.57%
G = 41.37%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B48B11 (or 0xB48B11) is known color: Dark Goldenrod. HEX triplet: B4, 8B and 11. RGB value is (180,139,17). Sum of RGB (Red+Green+Blue) = 180+139+17=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48B11 is #4B74EE. Grayscale: #898989. Windows color (decimal): -4945135 or 1149876. OLE color: 1149876.

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

Color convert

RGB 180 139 17 -
CMYK 0 0.23 0.91 0.29
HSL 44.91º 0.83% 0.39% -
HSV(B) 44.91º 0.91% 0.71% -
XYZ 28.16 28.21 4.49 -
YUV 137.35 60.08 158.42 -
System Red Green Blue C M Y K H S L
Decimal 180 139 17 0 0.23 0.91 0.29 44.91 0.83 0.39
Hex B4 8B 11 0 17 5B 1D 2D 53 27
Octal 264 213 21 0 27 133 35 55 123 47
Binary 10110100 10001011 10001 0 10111 1011011 11101 101101 1010011 100111

Color Harmonies of #B48B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B11

Black with #B48B11

Text Example


Text Example

White with #B48B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B11; }

 p { color: rgb(180,139,17); }

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

background-color css

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

 a { background-color: rgb(180,139,17); }

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

border-color css

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

 span { border-color: rgb(180,139,17); }

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