Html Css Color HEX #BE7113 Ochre

📋 copy color: '#BE7113'

red 190 ◦ green 113 ◦ blue 19

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

Shades of Ochre #BE7113

Tints of Ochre #BE7113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.09%

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

R = 59.01%
G = 35.09%
B = 5.9%

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

#BE7113 (or 0xBE7113) is known color: Ochre. HEX triplet: BE, 71 and 13. RGB value is (190,113,19). Sum of RGB (Red+Green+Blue) = 190+113+19=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7113 is #418EEC. Grayscale: #7D7D7D. Windows color (decimal): -4296429 or 1274302. OLE color: 1274302.

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

Color convert

RGB 190 113 19 -
CMYK 0 0.41 0.90 0.25
HSL 32.98º 0.82% 0.41% -
HSV(B) 32.98º 0.9% 0.75% -
XYZ 27.26 22.8 3.58 -
YUV 125.31 68.01 174.14 -
System Red Green Blue C M Y K H S L
Decimal 190 113 19 0 0.41 0.90 0.25 32.98 0.82 0.41
Hex BE 71 13 0 29 5A 19 21 52 29
Octal 276 161 23 0 51 132 31 41 122 51
Binary 10111110 1110001 10011 0 101001 1011010 11001 100001 1010010 101001

Color Harmonies of #BE7113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7113

Black with #BE7113

Text Example


Text Example

White with #BE7113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7113; }

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

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

background-color css

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

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

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

border-color css

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

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

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