Html Css Color HEX #BE7005 Dark Goldenrod

📋 copy color: '#BE7005'

red 190 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #BE7005

Tints of Dark Goldenrod #BE7005

RGB

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

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

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

R = 61.89%
G = 36.48%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE7005 (or 0xBE7005) is known color: Dark Goldenrod. HEX triplet: BE, 70 and 05. RGB value is (190,112,5). Sum of RGB (Red+Green+Blue) = 190+112+5=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7005 is #418FFA. Grayscale: #7B7B7B. Windows color (decimal): -4296699 or 356542. OLE color: 356542.

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

Color convert

RGB 190 112 5 -
CMYK 0 0.41 0.97 0.25
HSL 34.7º 0.95% 0.38% -
HSV(B) 34.7º 0.97% 0.75% -
XYZ 27.06 22.55 3.07 -
YUV 123.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 190 112 5 0 0.41 0.97 0.25 34.7 0.95 0.38
Hex BE 70 5 0 29 61 19 23 5F 26
Octal 276 160 5 0 51 141 31 43 137 46
Binary 10111110 1110000 101 0 101001 1100001 11001 100011 1011111 100110

Color Harmonies of #BE7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7005

Black with #BE7005

Text Example


Text Example

White with #BE7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7005; }

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

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

background-color css

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

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

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

border-color css

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

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

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