Html Css Color HEX #B77504 Dark Goldenrod

📋 copy color: '#B77504'

red 183 ◦ green 117 ◦ blue 4

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

Shades of Dark Goldenrod #B77504

Tints of Dark Goldenrod #B77504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 60.2%
G = 38.49%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B77504 (or 0xB77504) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 04. RGB value is (183,117,4). Sum of RGB (Red+Green+Blue) = 183+117+4=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B77504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77504 is #488AFB. Grayscale: #7C7C7C. Windows color (decimal): -4754172 or 292279. OLE color: 292279.

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

Color convert

RGB 183 117 4 -
CMYK 0 0.36 0.98 0.28
HSL 37.88º 0.96% 0.37% -
HSV(B) 37.88º 0.98% 0.72% -
XYZ 25.91 22.8 3.15 -
YUV 123.85 60.37 170.19 -
System Red Green Blue C M Y K H S L
Decimal 183 117 4 0 0.36 0.98 0.28 37.88 0.96 0.37
Hex B7 75 4 0 24 62 1C 26 60 25
Octal 267 165 4 0 44 142 34 46 140 45
Binary 10110111 1110101 100 0 100100 1100010 11100 100110 1100000 100101

Color Harmonies of #B77504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77504

Black with #B77504

Text Example


Text Example

White with #B77504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77504; }

 p { color: rgb(183,117,4); }

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

background-color css

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

 a { background-color: rgb(183,117,4); }

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

border-color css

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

 span { border-color: rgb(183,117,4); }

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