Html Css Color HEX #B0881C Dark Goldenrod

📋 copy color: '#B0881C'

red 176 ◦ green 136 ◦ blue 28

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

Shades of Dark Goldenrod #B0881C

Tints of Dark Goldenrod #B0881C

RGB

 RED value IS 176 (69.14% from 255) = 51.76%

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

 BLUE value IS 28 (11.33% from 255) = 8.24%

R = 51.76%
G = 40%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0881C (or 0xB0881C) is known color: Dark Goldenrod. HEX triplet: B0, 88 and 1C. RGB value is (176,136,28). Sum of RGB (Red+Green+Blue) = 176+136+28=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0881C is #4F77E3. Grayscale: #888888. Windows color (decimal): -5208036 or 1870000. OLE color: 1870000.

HSL color Cylindrical-coordinate representation of color #B0881C: hue angle of 43.78º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0881C is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 28 -
CMYK 0 0.23 0.84 0.31
HSL 43.78º 0.73% 0.4% -
HSV(B) 43.78º 0.84% 0.69% -
XYZ 26.92 26.92 4.88 -
YUV 135.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 176 136 28 0 0.23 0.84 0.31 43.78 0.73 0.4
Hex B0 88 1C 0 17 54 1F 2C 49 28
Octal 260 210 34 0 27 124 37 54 111 50
Binary 10110000 10001000 11100 0 10111 1010100 11111 101100 1001001 101000

Color Harmonies of #B0881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0881C

Black with #B0881C

Text Example


Text Example

White with #B0881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0881C; }

 p { color: rgb(176,136,28); }

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

background-color css

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

 a { background-color: rgb(176,136,28); }

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

border-color css

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

 span { border-color: rgb(176,136,28); }

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