Html Css Color HEX #B1820C Dark Goldenrod

📋 copy color: '#B1820C'

red 177 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #B1820C

Tints of Dark Goldenrod #B1820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

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

R = 55.49%
G = 40.75%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1820C (or 0xB1820C) is known color: Dark Goldenrod. HEX triplet: B1, 82 and 0C. RGB value is (177,130,12). Sum of RGB (Red+Green+Blue) = 177+130+12=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1820C is #4E7DF3. Grayscale: #838383. Windows color (decimal): -5144052 or 819889. OLE color: 819889.

HSL color Cylindrical-coordinate representation of color #B1820C: hue angle of 42.91º 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 #B1820C is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 130 12 -
CMYK 0 0.27 0.93 0.31
HSL 42.91º 0.87% 0.37% -
HSV(B) 42.91º 0.93% 0.69% -
XYZ 26.18 25.34 3.86 -
YUV 130.6 61.07 161.09 -
System Red Green Blue C M Y K H S L
Decimal 177 130 12 0 0.27 0.93 0.31 42.91 0.87 0.37
Hex B1 82 C 0 1B 5D 1F 2B 57 25
Octal 261 202 14 0 33 135 37 53 127 45
Binary 10110001 10000010 1100 0 11011 1011101 11111 101011 1010111 100101

Color Harmonies of #B1820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1820C

Black with #B1820C

Text Example


Text Example

White with #B1820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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