Html Css Color HEX #B1880C Dark Goldenrod

📋 copy color: '#B1880C'

red 177 ◦ green 136 ◦ blue 12

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

Shades of Dark Goldenrod #B1880C

Tints of Dark Goldenrod #B1880C

RGB

 RED value IS 177 (69.53% from 255) = 54.46%

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

 BLUE value IS 12 (5.08% from 255) = 3.69%

R = 54.46%
G = 41.85%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1880C (or 0xB1880C) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 0C. RGB value is (177,136,12). Sum of RGB (Red+Green+Blue) = 177+136+12=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1880C is #4E77F3. Grayscale: #868686. Windows color (decimal): -5142516 or 821425. OLE color: 821425.

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

Color convert

RGB 177 136 12 -
CMYK 0 0.23 0.93 0.31
HSL 45.09º 0.87% 0.37% -
HSV(B) 45.09º 0.93% 0.69% -
XYZ 27 26.98 4.13 -
YUV 134.12 59.08 158.58 -
System Red Green Blue C M Y K H S L
Decimal 177 136 12 0 0.23 0.93 0.31 45.09 0.87 0.37
Hex B1 88 C 0 17 5D 1F 2D 57 25
Octal 261 210 14 0 27 135 37 55 127 45
Binary 10110001 10001000 1100 0 10111 1011101 11111 101101 1010111 100101

Color Harmonies of #B1880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1880C

Black with #B1880C

Text Example


Text Example

White with #B1880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1880C; }

 p { color: rgb(177,136,12); }

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

background-color css

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

 a { background-color: rgb(177,136,12); }

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

border-color css

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

 span { border-color: rgb(177,136,12); }

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