Html Css Color HEX #B17A0B Dark Goldenrod

📋 copy color: '#B17A0B'

red 177 ◦ green 122 ◦ blue 11

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

Shades of Dark Goldenrod #B17A0B

Tints of Dark Goldenrod #B17A0B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.35%

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 57.1%
G = 39.35%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B17A0B (or 0xB17A0B) is known color: Dark Goldenrod. HEX triplet: B1, 7A and 0B. RGB value is (177,122,11). Sum of RGB (Red+Green+Blue) = 177+122+11=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17A0B is #4E85F4. Grayscale: #7E7E7E. Windows color (decimal): -5146101 or 752305. OLE color: 752305.

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

Color convert

RGB 177 122 11 -
CMYK 0 0.31 0.94 0.31
HSL 40.12º 0.88% 0.37% -
HSV(B) 40.12º 0.94% 0.69% -
XYZ 25.15 23.29 3.49 -
YUV 125.79 63.22 164.53 -
System Red Green Blue C M Y K H S L
Decimal 177 122 11 0 0.31 0.94 0.31 40.12 0.88 0.37
Hex B1 7A B 0 1F 5E 1F 28 58 25
Octal 261 172 13 0 37 136 37 50 130 45
Binary 10110001 1111010 1011 0 11111 1011110 11111 101000 1011000 100101

Color Harmonies of #B17A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A0B

Black with #B17A0B

Text Example


Text Example

White with #B17A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A0B; }

 p { color: rgb(177,122,11); }

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

background-color css

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

 a { background-color: rgb(177,122,11); }

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

border-color css

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

 span { border-color: rgb(177,122,11); }

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