Html Css Color HEX #BE7306 Dark Goldenrod

📋 copy color: '#BE7306'

red 190 ◦ green 115 ◦ blue 6

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

Shades of Dark Goldenrod #BE7306

Tints of Dark Goldenrod #BE7306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.93%

R = 61.09%
G = 36.98%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE7306 (or 0xBE7306) is known color: Dark Goldenrod. HEX triplet: BE, 73 and 06. RGB value is (190,115,6). Sum of RGB (Red+Green+Blue) = 190+115+6=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7306 is #418CF9. Grayscale: #7D7D7D. Windows color (decimal): -4295930 or 422846. OLE color: 422846.

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

Color convert

RGB 190 115 6 -
CMYK 0 0.39 0.97 0.25
HSL 35.54º 0.94% 0.38% -
HSV(B) 35.54º 0.97% 0.75% -
XYZ 27.4 23.22 3.21 -
YUV 125 60.85 174.36 -
System Red Green Blue C M Y K H S L
Decimal 190 115 6 0 0.39 0.97 0.25 35.54 0.94 0.38
Hex BE 73 6 0 27 61 19 24 5E 26
Octal 276 163 6 0 47 141 31 44 136 46
Binary 10111110 1110011 110 0 100111 1100001 11001 100100 1011110 100110

Color Harmonies of #BE7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7306

Black with #BE7306

Text Example


Text Example

White with #BE7306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7306; }

 p { color: rgb(190,115,6); }

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

background-color css

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

 a { background-color: rgb(190,115,6); }

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

border-color css

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

 span { border-color: rgb(190,115,6); }

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