Html Css Color HEX #B1720A Dark Goldenrod

📋 copy color: '#B1720A'

red 177 ◦ green 114 ◦ blue 10

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

Shades of Dark Goldenrod #B1720A

Tints of Dark Goldenrod #B1720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 58.8%
G = 37.87%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1720A (or 0xB1720A) is known color: Dark Goldenrod. HEX triplet: B1, 72 and 0A. RGB value is (177,114,10). Sum of RGB (Red+Green+Blue) = 177+114+10=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1720A is #4E8DF5. Grayscale: #797979. Windows color (decimal): -5148150 or 684721. OLE color: 684721.

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

Color convert

RGB 177 114 10 -
CMYK 0 0.36 0.94 0.31
HSL 37.37º 0.89% 0.37% -
HSV(B) 37.37º 0.94% 0.69% -
XYZ 24.2 21.4 3.14 -
YUV 120.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 177 114 10 0 0.36 0.94 0.31 37.37 0.89 0.37
Hex B1 72 A 0 24 5E 1F 25 59 25
Octal 261 162 12 0 44 136 37 45 131 45
Binary 10110001 1110010 1010 0 100100 1011110 11111 100101 1011001 100101

Color Harmonies of #B1720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1720A

Black with #B1720A

Text Example


Text Example

White with #B1720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1720A; }

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

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

background-color css

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

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

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

border-color css

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

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

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