Html Css Color HEX #B77005 Dark Goldenrod

📋 copy color: '#B77005'

red 183 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #B77005

Tints of Dark Goldenrod #B77005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

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

R = 61%
G = 37.33%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B77005 (or 0xB77005) is known color: Dark Goldenrod. HEX triplet: B7, 70 and 05. RGB value is (183,112,5). Sum of RGB (Red+Green+Blue) = 183+112+5=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B77005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77005 is #488FFA. Grayscale: #797979. Windows color (decimal): -4755451 or 356535. OLE color: 356535.

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

Color convert

RGB 183 112 5 -
CMYK 0 0.39 0.97 0.28
HSL 36.07º 0.95% 0.37% -
HSV(B) 36.07º 0.97% 0.72% -
XYZ 25.35 21.67 2.99 -
YUV 121.03 62.52 172.2 -
System Red Green Blue C M Y K H S L
Decimal 183 112 5 0 0.39 0.97 0.28 36.07 0.95 0.37
Hex B7 70 5 0 27 61 1C 24 5F 25
Octal 267 160 5 0 47 141 34 44 137 45
Binary 10110111 1110000 101 0 100111 1100001 11100 100100 1011111 100101

Color Harmonies of #B77005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77005

Black with #B77005

Text Example


Text Example

White with #B77005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77005; }

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

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

background-color css

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

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

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

border-color css

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

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

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