Html Css Color HEX #BE7112 Ochre

📋 copy color: '#BE7112'

red 190 ◦ green 113 ◦ blue 18

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

Shades of Ochre #BE7112

Tints of Ochre #BE7112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.61%

R = 59.19%
G = 35.2%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE7112 (or 0xBE7112) is known color: Ochre. HEX triplet: BE, 71 and 12. RGB value is (190,113,18). Sum of RGB (Red+Green+Blue) = 190+113+18=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7112 is #418EED. Grayscale: #7D7D7D. Windows color (decimal): -4296430 or 1208766. OLE color: 1208766.

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

Color convert

RGB 190 113 18 -
CMYK 0 0.41 0.91 0.25
HSL 33.14º 0.83% 0.41% -
HSV(B) 33.14º 0.91% 0.75% -
XYZ 27.25 22.8 3.54 -
YUV 125.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 190 113 18 0 0.41 0.91 0.25 33.14 0.83 0.41
Hex BE 71 12 0 29 5B 19 21 53 29
Octal 276 161 22 0 51 133 31 41 123 51
Binary 10111110 1110001 10010 0 101001 1011011 11001 100001 1010011 101001

Color Harmonies of #BE7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7112

Black with #BE7112

Text Example


Text Example

White with #BE7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7112; }

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

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

background-color css

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

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

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

border-color css

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

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

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