Html Css Color HEX #B1940A Dark Goldenrod

📋 copy color: '#B1940A'

red 177 ◦ green 148 ◦ blue 10

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

Shades of Dark Goldenrod #B1940A

Tints of Dark Goldenrod #B1940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 52.84%
G = 44.18%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1940A (or 0xB1940A) is known color: Dark Goldenrod. HEX triplet: B1, 94 and 0A. RGB value is (177,148,10). Sum of RGB (Red+Green+Blue) = 177+148+10=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1940A is #4E6BF5. Grayscale: #8D8D8D. Windows color (decimal): -5139446 or 693425. OLE color: 693425.

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

Color convert

RGB 177 148 10 -
CMYK 0 0.16 0.94 0.31
HSL 49.58º 0.89% 0.37% -
HSV(B) 49.58º 0.94% 0.69% -
XYZ 28.78 30.55 4.67 -
YUV 140.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 177 148 10 0 0.16 0.94 0.31 49.58 0.89 0.37
Hex B1 94 A 0 10 5E 1F 32 59 25
Octal 261 224 12 0 20 136 37 62 131 45
Binary 10110001 10010100 1010 0 10000 1011110 11111 110010 1011001 100101

Color Harmonies of #B1940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1940A

Black with #B1940A

Text Example


Text Example

White with #B1940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1940A; }

 p { color: rgb(177,148,10); }

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

background-color css

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

 a { background-color: rgb(177,148,10); }

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

border-color css

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

 span { border-color: rgb(177,148,10); }

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