Html Css Color HEX #B1820E Dark Goldenrod

📋 copy color: '#B1820E'

red 177 ◦ green 130 ◦ blue 14

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

Shades of Dark Goldenrod #B1820E

Tints of Dark Goldenrod #B1820E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.36%

R = 55.14%
G = 40.5%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1820E (or 0xB1820E) is known color: Dark Goldenrod. HEX triplet: B1, 82 and 0E. RGB value is (177,130,14). Sum of RGB (Red+Green+Blue) = 177+130+14=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1820E is #4E7DF1. Grayscale: #838383. Windows color (decimal): -5144050 or 950961. OLE color: 950961.

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

Color convert

RGB 177 130 14 -
CMYK 0 0.27 0.92 0.31
HSL 42.7º 0.85% 0.37% -
HSV(B) 42.7º 0.92% 0.69% -
XYZ 26.19 25.34 3.93 -
YUV 130.83 62.07 160.93 -
System Red Green Blue C M Y K H S L
Decimal 177 130 14 0 0.27 0.92 0.31 42.7 0.85 0.37
Hex B1 82 E 0 1B 5C 1F 2B 55 25
Octal 261 202 16 0 33 134 37 53 125 45
Binary 10110001 10000010 1110 0 11011 1011100 11111 101011 1010101 100101

Color Harmonies of #B1820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1820E

Black with #B1820E

Text Example


Text Example

White with #B1820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1820E; }

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

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

background-color css

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

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

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

border-color css

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

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

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