Html Css Color HEX #B77100 Dark Goldenrod

📋 copy color: '#B77100'

red 183 ◦ green 113 ◦ blue 0

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

Shades of Dark Goldenrod #B77100

Tints of Dark Goldenrod #B77100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.18%

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

R = 61.82%
G = 38.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B77100 (or 0xB77100) is known color: Dark Goldenrod. HEX triplet: B7, 71 and 00. RGB value is (183,113,0). Sum of RGB (Red+Green+Blue) = 183+113+0=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B77100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77100 is #488EFF. Grayscale: #797979. Windows color (decimal): -4755200 or 29111. OLE color: 29111.

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

Color convert

RGB 183 113 0 -
CMYK 0 0.38 1 0.28
HSL 37.05º 1% 0.36% -
HSV(B) 37.05º 1% 0.72% -
XYZ 25.43 21.88 2.88 -
YUV 121.05 59.69 172.19 -
System Red Green Blue C M Y K H S L
Decimal 183 113 0 0 0.38 1 0.28 37.05 1 0.36
Hex B7 71 0 0 26 64 1C 25 64 24
Octal 267 161 0 0 46 144 34 45 144 44
Binary 10110111 1110001 0 0 100110 1100100 11100 100101 1100100 100100

Color Harmonies of #B77100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77100

Black with #B77100

Text Example


Text Example

White with #B77100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77100; }

 p { color: rgb(183,113,0); }

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

background-color css

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

 a { background-color: rgb(183,113,0); }

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

border-color css

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

 span { border-color: rgb(183,113,0); }

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