Html Css Color HEX #BE7913 Dark Goldenrod

📋 copy color: '#BE7913'

red 190 ◦ green 121 ◦ blue 19

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

Shades of Dark Goldenrod #BE7913

Tints of Dark Goldenrod #BE7913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 57.58%
G = 36.67%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE7913 (or 0xBE7913) is known color: Dark Goldenrod. HEX triplet: BE, 79 and 13. RGB value is (190,121,19). Sum of RGB (Red+Green+Blue) = 190+121+19=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7913 is #4186EC. Grayscale: #828282. Windows color (decimal): -4294381 or 1276350. OLE color: 1276350.

HSL color Cylindrical-coordinate representation of color #BE7913: hue angle of 35.79º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE7913 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 121 19 -
CMYK 0 0.36 0.90 0.25
HSL 35.79º 0.82% 0.41% -
HSV(B) 35.79º 0.9% 0.75% -
XYZ 28.19 24.67 3.89 -
YUV 130 65.36 170.79 -
System Red Green Blue C M Y K H S L
Decimal 190 121 19 0 0.36 0.90 0.25 35.79 0.82 0.41
Hex BE 79 13 0 24 5A 19 24 52 29
Octal 276 171 23 0 44 132 31 44 122 51
Binary 10111110 1111001 10011 0 100100 1011010 11001 100100 1010010 101001

Color Harmonies of #BE7913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7913

Black with #BE7913

Text Example


Text Example

White with #BE7913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7913; }

 p { color: rgb(190,121,19); }

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

background-color css

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

 a { background-color: rgb(190,121,19); }

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

border-color css

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

 span { border-color: rgb(190,121,19); }

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