Html Css Color HEX #B77801 Dark Goldenrod

📋 copy color: '#B77801'

red 183 ◦ green 120 ◦ blue 1

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

Shades of Dark Goldenrod #B77801

Tints of Dark Goldenrod #B77801

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.47%

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

R = 60.2%
G = 39.47%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B77801 (or 0xB77801) is known color: Dark Goldenrod. HEX triplet: B7, 78 and 01. RGB value is (183,120,1). Sum of RGB (Red+Green+Blue) = 183+120+1=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B77801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77801 is #4887FE. Grayscale: #7D7D7D. Windows color (decimal): -4753407 or 96439. OLE color: 96439.

HSL color Cylindrical-coordinate representation of color #B77801: hue angle of 39.23º 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 #B77801 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 120 1 -
CMYK 0 0.34 0.99 0.28
HSL 39.23º 0.99% 0.36% -
HSV(B) 39.23º 0.99% 0.72% -
XYZ 26.25 23.5 3.18 -
YUV 125.27 57.87 169.18 -
System Red Green Blue C M Y K H S L
Decimal 183 120 1 0 0.34 0.99 0.28 39.23 0.99 0.36
Hex B7 78 1 0 22 63 1C 27 63 24
Octal 267 170 1 0 42 143 34 47 143 44
Binary 10110111 1111000 1 0 100010 1100011 11100 100111 1100011 100100

Color Harmonies of #B77801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77801

Black with #B77801

Text Example


Text Example

White with #B77801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77801; }

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

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

background-color css

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

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

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

border-color css

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

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

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