Html Css Color HEX #BE7015 Ochre

📋 copy color: '#BE7015'

red 190 ◦ green 112 ◦ blue 21

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

Shades of Ochre #BE7015

Tints of Ochre #BE7015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.5%

R = 58.82%
G = 34.67%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE7015 (or 0xBE7015) is known color: Ochre. HEX triplet: BE, 70 and 15. RGB value is (190,112,21). Sum of RGB (Red+Green+Blue) = 190+112+21=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7015 is #418FEA. Grayscale: #7D7D7D. Windows color (decimal): -4296683 or 1405118. OLE color: 1405118.

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

Color convert

RGB 190 112 21 -
CMYK 0 0.41 0.89 0.25
HSL 32.31º 0.8% 0.41% -
HSV(B) 32.31º 0.89% 0.75% -
XYZ 27.16 22.59 3.64 -
YUV 124.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 190 112 21 0 0.41 0.89 0.25 32.31 0.8 0.41
Hex BE 70 15 0 29 59 19 20 50 29
Octal 276 160 25 0 51 131 31 40 120 51
Binary 10111110 1110000 10101 0 101001 1011001 11001 100000 1010000 101001

Color Harmonies of #BE7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7015

Black with #BE7015

Text Example


Text Example

White with #BE7015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7015; }

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

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

background-color css

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

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

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

border-color css

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

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

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