Html Css Color HEX #B17A00 Dark Goldenrod

📋 copy color: '#B17A00'

red 177 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #B17A00

Tints of Dark Goldenrod #B17A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.2%
G = 40.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B17A00 (or 0xB17A00) is known color: Dark Goldenrod. HEX triplet: B1, 7A and 00. RGB value is (177,122,0). Sum of RGB (Red+Green+Blue) = 177+122+0=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17A00 is #4E85FF. Grayscale: #7D7D7D. Windows color (decimal): -5146112 or 31409. OLE color: 31409.

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

Color convert

RGB 177 122 0 -
CMYK 0 0.31 1 0.31
HSL 41.36º 1% 0.35% -
HSV(B) 41.36º 1% 0.69% -
XYZ 25.09 23.27 3.17 -
YUV 124.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 177 122 0 0 0.31 1 0.31 41.36 1 0.35
Hex B1 7A 0 0 1F 64 1F 29 64 23
Octal 261 172 0 0 37 144 37 51 144 43
Binary 10110001 1111010 0 0 11111 1100100 11111 101001 1100100 100011

Color Harmonies of #B17A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A00

Black with #B17A00

Text Example


Text Example

White with #B17A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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