Html Css Color HEX #B1900D Dark Goldenrod

📋 copy color: '#B1900D'

red 177 ◦ green 144 ◦ blue 13

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

Shades of Dark Goldenrod #B1900D

Tints of Dark Goldenrod #B1900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.11%

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 52.99%
G = 43.11%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1900D (or 0xB1900D) is known color: Dark Goldenrod. HEX triplet: B1, 90 and 0D. RGB value is (177,144,13). Sum of RGB (Red+Green+Blue) = 177+144+13=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1900D is #4E6FF2. Grayscale: #8B8B8B. Windows color (decimal): -5140467 or 889009. OLE color: 889009.

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

Color convert

RGB 177 144 13 -
CMYK 0 0.19 0.93 0.31
HSL 47.93º 0.86% 0.37% -
HSV(B) 47.93º 0.93% 0.69% -
XYZ 28.18 29.32 4.56 -
YUV 138.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 177 144 13 0 0.19 0.93 0.31 47.93 0.86 0.37
Hex B1 90 D 0 13 5D 1F 30 56 25
Octal 261 220 15 0 23 135 37 60 126 45
Binary 10110001 10010000 1101 0 10011 1011101 11111 110000 1010110 100101

Color Harmonies of #B1900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1900D

Black with #B1900D

Text Example


Text Example

White with #B1900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1900D; }

 p { color: rgb(177,144,13); }

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

background-color css

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

 a { background-color: rgb(177,144,13); }

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

border-color css

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

 span { border-color: rgb(177,144,13); }

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