Html Css Color HEX #B77301 Dark Goldenrod

📋 copy color: '#B77301'

red 183 ◦ green 115 ◦ blue 1

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

Shades of Dark Goldenrod #B77301

Tints of Dark Goldenrod #B77301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

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

R = 61.2%
G = 38.46%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B77301 (or 0xB77301) is known color: Dark Goldenrod. HEX triplet: B7, 73 and 01. RGB value is (183,115,1). Sum of RGB (Red+Green+Blue) = 183+115+1=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B77301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77301 is #488CFE. Grayscale: #7A7A7A. Windows color (decimal): -4754687 or 95159. OLE color: 95159.

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

Color convert

RGB 183 115 1 -
CMYK 0 0.37 0.99 0.28
HSL 37.58º 0.99% 0.36% -
HSV(B) 37.58º 0.99% 0.72% -
XYZ 25.66 22.33 2.99 -
YUV 122.34 59.53 171.27 -
System Red Green Blue C M Y K H S L
Decimal 183 115 1 0 0.37 0.99 0.28 37.58 0.99 0.36
Hex B7 73 1 0 25 63 1C 26 63 24
Octal 267 163 1 0 45 143 34 46 143 44
Binary 10110111 1110011 1 0 100101 1100011 11100 100110 1100011 100100

Color Harmonies of #B77301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77301

Black with #B77301

Text Example


Text Example

White with #B77301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77301; }

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

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

background-color css

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

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

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

border-color css

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

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

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