Html Css Color HEX #B1920E Dark Goldenrod

📋 copy color: '#B1920E'

red 177 ◦ green 146 ◦ blue 14

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

Shades of Dark Goldenrod #B1920E

Tints of Dark Goldenrod #B1920E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.32%

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

R = 52.52%
G = 43.32%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1920E (or 0xB1920E) is known color: Dark Goldenrod. HEX triplet: B1, 92 and 0E. RGB value is (177,146,14). Sum of RGB (Red+Green+Blue) = 177+146+14=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1920E is #4E6DF1. Grayscale: #8C8C8C. Windows color (decimal): -5139954 or 955057. OLE color: 955057.

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

Color convert

RGB 177 146 14 -
CMYK 0 0.18 0.92 0.31
HSL 48.59º 0.85% 0.37% -
HSV(B) 48.59º 0.92% 0.69% -
XYZ 28.49 29.94 4.69 -
YUV 140.22 56.77 154.23 -
System Red Green Blue C M Y K H S L
Decimal 177 146 14 0 0.18 0.92 0.31 48.59 0.85 0.37
Hex B1 92 E 0 12 5C 1F 31 55 25
Octal 261 222 16 0 22 134 37 61 125 45
Binary 10110001 10010010 1110 0 10010 1011100 11111 110001 1010101 100101

Color Harmonies of #B1920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1920E

Black with #B1920E

Text Example


Text Example

White with #B1920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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