Html Css Color HEX #BE7013 Ochre

📋 copy color: '#BE7013'

red 190 ◦ green 112 ◦ blue 19

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

Shades of Ochre #BE7013

Tints of Ochre #BE7013

RGB

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

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

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

R = 59.19%
G = 34.89%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE7013 (or 0xBE7013) is known color: Ochre. HEX triplet: BE, 70 and 13. RGB value is (190,112,19). Sum of RGB (Red+Green+Blue) = 190+112+19=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7013 is #418FEC. Grayscale: #7D7D7D. Windows color (decimal): -4296685 or 1274046. OLE color: 1274046.

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

Color convert

RGB 190 112 19 -
CMYK 0 0.41 0.90 0.25
HSL 32.63º 0.82% 0.41% -
HSV(B) 32.63º 0.9% 0.75% -
XYZ 27.15 22.58 3.54 -
YUV 124.72 68.34 174.56 -
System Red Green Blue C M Y K H S L
Decimal 190 112 19 0 0.41 0.90 0.25 32.63 0.82 0.41
Hex BE 70 13 0 29 5A 19 21 52 29
Octal 276 160 23 0 51 132 31 41 122 51
Binary 10111110 1110000 10011 0 101001 1011010 11001 100001 1010010 101001

Color Harmonies of #BE7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7013

Black with #BE7013

Text Example


Text Example

White with #BE7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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