Html Css Color HEX #BE7705 Dark Goldenrod

📋 copy color: '#BE7705'

red 190 ◦ green 119 ◦ blue 5

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

Shades of Dark Goldenrod #BE7705

Tints of Dark Goldenrod #BE7705

RGB

 RED value IS 190 (74.61% from 255) = 60.51%

 GREEN value IS 119 (46.88% from 255) = 37.9%

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

R = 60.51%
G = 37.9%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE7705 (or 0xBE7705) is known color: Dark Goldenrod. HEX triplet: BE, 77 and 05. RGB value is (190,119,5). Sum of RGB (Red+Green+Blue) = 190+119+5=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7705 is #4188FA. Grayscale: #7F7F7F. Windows color (decimal): -4294907 or 358334. OLE color: 358334.

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

Color convert

RGB 190 119 5 -
CMYK 0 0.37 0.97 0.25
HSL 36.97º 0.95% 0.38% -
HSV(B) 36.97º 0.97% 0.75% -
XYZ 27.86 24.15 3.34 -
YUV 127.23 59.02 172.77 -
System Red Green Blue C M Y K H S L
Decimal 190 119 5 0 0.37 0.97 0.25 36.97 0.95 0.38
Hex BE 77 5 0 25 61 19 25 5F 26
Octal 276 167 5 0 45 141 31 45 137 46
Binary 10111110 1110111 101 0 100101 1100001 11001 100101 1011111 100110

Color Harmonies of #BE7705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7705

Black with #BE7705

Text Example


Text Example

White with #BE7705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7705; }

 p { color: rgb(190,119,5); }

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

background-color css

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

 a { background-color: rgb(190,119,5); }

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

border-color css

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

 span { border-color: rgb(190,119,5); }

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