Html Css Color HEX #BE7012 Ochre

📋 copy color: '#BE7012'

red 190 ◦ green 112 ◦ blue 18

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

Shades of Ochre #BE7012

Tints of Ochre #BE7012

RGB

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

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

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

R = 59.38%
G = 35%
B = 5.63%

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

#BE7012 (or 0xBE7012) is known color: Ochre. HEX triplet: BE, 70 and 12. RGB value is (190,112,18). Sum of RGB (Red+Green+Blue) = 190+112+18=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7012 is #418FED. Grayscale: #7D7D7D. Windows color (decimal): -4296686 or 1208510. OLE color: 1208510.

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

Color convert

RGB 190 112 18 -
CMYK 0 0.41 0.91 0.25
HSL 32.79º 0.83% 0.41% -
HSV(B) 32.79º 0.91% 0.75% -
XYZ 27.14 22.58 3.5 -
YUV 124.61 67.84 174.64 -
System Red Green Blue C M Y K H S L
Decimal 190 112 18 0 0.41 0.91 0.25 32.79 0.83 0.41
Hex BE 70 12 0 29 5B 19 21 53 29
Octal 276 160 22 0 51 133 31 41 123 51
Binary 10111110 1110000 10010 0 101001 1011011 11001 100001 1010011 101001

Color Harmonies of #BE7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7012

Black with #BE7012

Text Example


Text Example

White with #BE7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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