Html Css Color HEX #B4880B Dark Goldenrod

📋 copy color: '#B4880B'

red 180 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #B4880B

Tints of Dark Goldenrod #B4880B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 55.05%
G = 41.59%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4880B (or 0xB4880B) is known color: Dark Goldenrod. HEX triplet: B4, 88 and 0B. RGB value is (180,136,11). Sum of RGB (Red+Green+Blue) = 180+136+11=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4880B is #4B77F4. Grayscale: #878787. Windows color (decimal): -4945909 or 755892. OLE color: 755892.

HSL color Cylindrical-coordinate representation of color #B4880B: hue angle of 44.38º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4880B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 11 -
CMYK 0 0.24 0.94 0.29
HSL 44.38º 0.88% 0.37% -
HSV(B) 44.38º 0.94% 0.71% -
XYZ 27.69 27.34 4.13 -
YUV 134.91 58.08 160.16 -
System Red Green Blue C M Y K H S L
Decimal 180 136 11 0 0.24 0.94 0.29 44.38 0.88 0.37
Hex B4 88 B 0 18 5E 1D 2C 58 25
Octal 264 210 13 0 30 136 35 54 130 45
Binary 10110100 10001000 1011 0 11000 1011110 11101 101100 1011000 100101

Color Harmonies of #B4880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4880B

Black with #B4880B

Text Example


Text Example

White with #B4880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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