Html Css Color HEX #B77105 Dark Goldenrod

📋 copy color: '#B77105'

red 183 ◦ green 113 ◦ blue 5

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

Shades of Dark Goldenrod #B77105

Tints of Dark Goldenrod #B77105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 60.8%
G = 37.54%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B77105 (or 0xB77105) is known color: Dark Goldenrod. HEX triplet: B7, 71 and 05. RGB value is (183,113,5). Sum of RGB (Red+Green+Blue) = 183+113+5=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B77105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77105 is #488EFA. Grayscale: #7A7A7A. Windows color (decimal): -4755195 or 356791. OLE color: 356791.

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

Color convert

RGB 183 113 5 -
CMYK 0 0.38 0.97 0.28
HSL 36.4º 0.95% 0.37% -
HSV(B) 36.4º 0.97% 0.72% -
XYZ 25.46 21.89 3.03 -
YUV 121.62 62.19 171.78 -
System Red Green Blue C M Y K H S L
Decimal 183 113 5 0 0.38 0.97 0.28 36.4 0.95 0.37
Hex B7 71 5 0 26 61 1C 24 5F 25
Octal 267 161 5 0 46 141 34 44 137 45
Binary 10110111 1110001 101 0 100110 1100001 11100 100100 1011111 100101

Color Harmonies of #B77105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77105

Black with #B77105

Text Example


Text Example

White with #B77105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77105; }

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

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

background-color css

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

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

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

border-color css

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

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

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