Html Css Color HEX #B77501 Dark Goldenrod

📋 copy color: '#B77501'

red 183 ◦ green 117 ◦ blue 1

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

Shades of Dark Goldenrod #B77501

Tints of Dark Goldenrod #B77501

RGB

 RED value IS 183 (71.88% from 255) = 60.8%

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 60.8%
G = 38.87%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B77501 (or 0xB77501) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 01. RGB value is (183,117,1). Sum of RGB (Red+Green+Blue) = 183+117+1=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B77501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77501 is #488AFE. Grayscale: #7C7C7C. Windows color (decimal): -4754175 or 95671. OLE color: 95671.

HSL color Cylindrical-coordinate representation of color #B77501: hue angle of 38.24º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B77501 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 117 1 -
CMYK 0 0.36 0.99 0.28
HSL 38.24º 0.99% 0.36% -
HSV(B) 38.24º 0.99% 0.72% -
XYZ 25.9 22.79 3.06 -
YUV 123.51 58.87 170.43 -
System Red Green Blue C M Y K H S L
Decimal 183 117 1 0 0.36 0.99 0.28 38.24 0.99 0.36
Hex B7 75 1 0 24 63 1C 26 63 24
Octal 267 165 1 0 44 143 34 46 143 44
Binary 10110111 1110101 1 0 100100 1100011 11100 100110 1100011 100100

Color Harmonies of #B77501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77501

Black with #B77501

Text Example


Text Example

White with #B77501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77501; }

 p { color: rgb(183,117,1); }

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

background-color css

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

 a { background-color: rgb(183,117,1); }

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

border-color css

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

 span { border-color: rgb(183,117,1); }

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