Html Css Color HEX #BE7119 Ochre

📋 copy color: '#BE7119'

red 190 ◦ green 113 ◦ blue 25

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

Shades of Ochre #BE7119

Tints of Ochre #BE7119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 57.93%
G = 34.45%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE7119 (or 0xBE7119) is known color: Ochre. HEX triplet: BE, 71 and 19. RGB value is (190,113,25). Sum of RGB (Red+Green+Blue) = 190+113+25=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7119 is #418EE6. Grayscale: #7E7E7E. Windows color (decimal): -4296423 or 1667518. OLE color: 1667518.

HSL color Cylindrical-coordinate representation of color #BE7119: hue angle of 32º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE7119 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 113 25 -
CMYK 0 0.41 0.87 0.25
HSL 32º 0.77% 0.42% -
HSV(B) 32º 0.87% 0.75% -
XYZ 27.32 22.83 3.89 -
YUV 125.99 71.01 173.66 -
System Red Green Blue C M Y K H S L
Decimal 190 113 25 0 0.41 0.87 0.25 32 0.77 0.42
Hex BE 71 19 0 29 57 19 20 4D 2A
Octal 276 161 31 0 51 127 31 40 115 52
Binary 10111110 1110001 11001 0 101001 1010111 11001 100000 1001101 101010

Color Harmonies of #BE7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7119

Black with #BE7119

Text Example


Text Example

White with #BE7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7119; }

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

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

background-color css

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

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

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

border-color css

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

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

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