Html Css Color HEX #B1910C Dark Goldenrod

📋 copy color: '#B1910C'

red 177 ◦ green 145 ◦ blue 12

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

Shades of Dark Goldenrod #B1910C

Tints of Dark Goldenrod #B1910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

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

R = 52.99%
G = 43.41%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1910C (or 0xB1910C) is known color: Dark Goldenrod. HEX triplet: B1, 91 and 0C. RGB value is (177,145,12). Sum of RGB (Red+Green+Blue) = 177+145+12=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1910C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1910C is #4E6EF3. Grayscale: #8B8B8B. Windows color (decimal): -5140212 or 823729. OLE color: 823729.

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

Color convert

RGB 177 145 12 -
CMYK 0 0.18 0.93 0.31
HSL 48.36º 0.87% 0.37% -
HSV(B) 48.36º 0.93% 0.69% -
XYZ 28.32 29.62 4.57 -
YUV 139.41 56.1 154.81 -
System Red Green Blue C M Y K H S L
Decimal 177 145 12 0 0.18 0.93 0.31 48.36 0.87 0.37
Hex B1 91 C 0 12 5D 1F 30 57 25
Octal 261 221 14 0 22 135 37 60 127 45
Binary 10110001 10010001 1100 0 10010 1011101 11111 110000 1010111 100101

Color Harmonies of #B1910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1910C

Black with #B1910C

Text Example


Text Example

White with #B1910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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