Html Css Color HEX #B77405 Dark Goldenrod

📋 copy color: '#B77405'

red 183 ◦ green 116 ◦ blue 5

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

Shades of Dark Goldenrod #B77405

Tints of Dark Goldenrod #B77405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.16%

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

R = 60.2%
G = 38.16%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B77405 (or 0xB77405) is known color: Dark Goldenrod. HEX triplet: B7, 74 and 05. RGB value is (183,116,5). Sum of RGB (Red+Green+Blue) = 183+116+5=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B77405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77405 is #488BFA. Grayscale: #7B7B7B. Windows color (decimal): -4754427 or 357559. OLE color: 357559.

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

Color convert

RGB 183 116 5 -
CMYK 0 0.37 0.97 0.28
HSL 37.42º 0.95% 0.37% -
HSV(B) 37.42º 0.97% 0.72% -
XYZ 25.8 22.57 3.14 -
YUV 123.38 61.2 170.53 -
System Red Green Blue C M Y K H S L
Decimal 183 116 5 0 0.37 0.97 0.28 37.42 0.95 0.37
Hex B7 74 5 0 25 61 1C 25 5F 25
Octal 267 164 5 0 45 141 34 45 137 45
Binary 10110111 1110100 101 0 100101 1100001 11100 100101 1011111 100101

Color Harmonies of #B77405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77405

Black with #B77405

Text Example


Text Example

White with #B77405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77405; }

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

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

background-color css

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

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

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

border-color css

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

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

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