Html Css Color HEX #BE730E Dark Goldenrod

📋 copy color: '#BE730E'

red 190 ◦ green 115 ◦ blue 14

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

Shades of Dark Goldenrod #BE730E

Tints of Dark Goldenrod #BE730E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 59.56%
G = 36.05%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE730E (or 0xBE730E) is known color: Dark Goldenrod. HEX triplet: BE, 73 and 0E. RGB value is (190,115,14). Sum of RGB (Red+Green+Blue) = 190+115+14=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE730E is #418CF1. Grayscale: #7E7E7E. Windows color (decimal): -4295922 or 947134. OLE color: 947134.

HSL color Cylindrical-coordinate representation of color #BE730E: hue angle of 34.43º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE730E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 115 14 -
CMYK 0 0.39 0.93 0.25
HSL 34.43º 0.86% 0.4% -
HSV(B) 34.43º 0.93% 0.75% -
XYZ 27.45 23.24 3.45 -
YUV 125.91 64.85 173.71 -
System Red Green Blue C M Y K H S L
Decimal 190 115 14 0 0.39 0.93 0.25 34.43 0.86 0.4
Hex BE 73 E 0 27 5D 19 22 56 28
Octal 276 163 16 0 47 135 31 42 126 50
Binary 10111110 1110011 1110 0 100111 1011101 11001 100010 1010110 101000

Color Harmonies of #BE730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE730E

Black with #BE730E

Text Example


Text Example

White with #BE730E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE730E; }

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

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

background-color css

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

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

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

border-color css

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

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

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