Html Css Color HEX #B1710A Dark Goldenrod

📋 copy color: '#B1710A'

red 177 ◦ green 113 ◦ blue 10

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

Shades of Dark Goldenrod #B1710A

Tints of Dark Goldenrod #B1710A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.67%

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

R = 59%
G = 37.67%
B = 3.33%

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

#B1710A (or 0xB1710A) is known color: Dark Goldenrod. HEX triplet: B1, 71 and 0A. RGB value is (177,113,10). Sum of RGB (Red+Green+Blue) = 177+113+10=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B1710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1710A is #4E8EF5. Grayscale: #787878. Windows color (decimal): -5148406 or 684465. OLE color: 684465.

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

Color convert

RGB 177 113 10 -
CMYK 0 0.36 0.94 0.31
HSL 37.01º 0.89% 0.37% -
HSV(B) 37.01º 0.94% 0.69% -
XYZ 24.09 21.18 3.11 -
YUV 120.39 65.7 168.38 -
System Red Green Blue C M Y K H S L
Decimal 177 113 10 0 0.36 0.94 0.31 37.01 0.89 0.37
Hex B1 71 A 0 24 5E 1F 25 59 25
Octal 261 161 12 0 44 136 37 45 131 45
Binary 10110001 1110001 1010 0 100100 1011110 11111 100101 1011001 100101

Color Harmonies of #B1710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1710A

Black with #B1710A

Text Example


Text Example

White with #B1710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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