Html Css Color HEX #B48811 Dark Goldenrod

📋 copy color: '#B48811'

red 180 ◦ green 136 ◦ blue 17

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

Shades of Dark Goldenrod #B48811

Tints of Dark Goldenrod #B48811

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.84%

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

R = 54.05%
G = 40.84%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B48811 (or 0xB48811) is known color: Dark Goldenrod. HEX triplet: B4, 88 and 11. RGB value is (180,136,17). Sum of RGB (Red+Green+Blue) = 180+136+17=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B48811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48811 is #4B77EE. Grayscale: #888888. Windows color (decimal): -4945903 or 1149108. OLE color: 1149108.

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

Color convert

RGB 180 136 17 -
CMYK 0 0.24 0.91 0.29
HSL 43.8º 0.83% 0.39% -
HSV(B) 43.8º 0.91% 0.71% -
XYZ 27.73 27.35 4.35 -
YUV 135.59 61.08 159.68 -
System Red Green Blue C M Y K H S L
Decimal 180 136 17 0 0.24 0.91 0.29 43.8 0.83 0.39
Hex B4 88 11 0 18 5B 1D 2C 53 27
Octal 264 210 21 0 30 133 35 54 123 47
Binary 10110100 10001000 10001 0 11000 1011011 11101 101100 1010011 100111

Color Harmonies of #B48811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48811

Black with #B48811

Text Example


Text Example

White with #B48811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48811; }

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

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

background-color css

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

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

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

border-color css

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

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

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