Html Css Color HEX #BE7018 Ochre

📋 copy color: '#BE7018'

red 190 ◦ green 112 ◦ blue 24

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

Shades of Ochre #BE7018

Tints of Ochre #BE7018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.36%

R = 58.28%
G = 34.36%
B = 7.36%

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

#BE7018 (or 0xBE7018) is known color: Ochre. HEX triplet: BE, 70 and 18. RGB value is (190,112,24). Sum of RGB (Red+Green+Blue) = 190+112+24=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7018 is #418FE7. Grayscale: #7D7D7D. Windows color (decimal): -4296680 or 1601726. OLE color: 1601726.

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

Color convert

RGB 190 112 24 -
CMYK 0 0.41 0.87 0.25
HSL 31.81º 0.78% 0.42% -
HSV(B) 31.81º 0.87% 0.75% -
XYZ 27.19 22.6 3.79 -
YUV 125.29 70.84 174.16 -
System Red Green Blue C M Y K H S L
Decimal 190 112 24 0 0.41 0.87 0.25 31.81 0.78 0.42
Hex BE 70 18 0 29 57 19 20 4E 2A
Octal 276 160 30 0 51 127 31 40 116 52
Binary 10111110 1110000 11000 0 101001 1010111 11001 100000 1001110 101010

Color Harmonies of #BE7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7018

Black with #BE7018

Text Example


Text Example

White with #BE7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7018; }

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

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

background-color css

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

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

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

border-color css

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

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

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