Html Css Color HEX #B77304 Dark Goldenrod

📋 copy color: '#B77304'

red 183 ◦ green 115 ◦ blue 4

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

Shades of Dark Goldenrod #B77304

Tints of Dark Goldenrod #B77304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 60.6%
G = 38.08%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B77304 (or 0xB77304) is known color: Dark Goldenrod. HEX triplet: B7, 73 and 04. RGB value is (183,115,4). Sum of RGB (Red+Green+Blue) = 183+115+4=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B77304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77304 is #488CFB. Grayscale: #7B7B7B. Windows color (decimal): -4754684 or 291767. OLE color: 291767.

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

Color convert

RGB 183 115 4 -
CMYK 0 0.37 0.98 0.28
HSL 37.21º 0.96% 0.37% -
HSV(B) 37.21º 0.98% 0.72% -
XYZ 25.68 22.34 3.07 -
YUV 122.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 183 115 4 0 0.37 0.98 0.28 37.21 0.96 0.37
Hex B7 73 4 0 25 62 1C 25 60 25
Octal 267 163 4 0 45 142 34 45 140 45
Binary 10110111 1110011 100 0 100101 1100010 11100 100101 1100000 100101

Color Harmonies of #B77304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77304

Black with #B77304

Text Example


Text Example

White with #B77304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77304; }

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

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

background-color css

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

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

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

border-color css

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

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

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