Html Css Color HEX #BE7115 Ochre

📋 copy color: '#BE7115'

red 190 ◦ green 113 ◦ blue 21

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

Shades of Ochre #BE7115

Tints of Ochre #BE7115

RGB

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

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

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

R = 58.64%
G = 34.88%
B = 6.48%

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

#BE7115 (or 0xBE7115) is known color: Ochre. HEX triplet: BE, 71 and 15. RGB value is (190,113,21). Sum of RGB (Red+Green+Blue) = 190+113+21=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7115 is #418EEA. Grayscale: #7D7D7D. Windows color (decimal): -4296427 or 1405374. OLE color: 1405374.

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

Color convert

RGB 190 113 21 -
CMYK 0 0.41 0.89 0.25
HSL 32.66º 0.8% 0.41% -
HSV(B) 32.66º 0.89% 0.75% -
XYZ 27.28 22.81 3.67 -
YUV 125.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 190 113 21 0 0.41 0.89 0.25 32.66 0.8 0.41
Hex BE 71 15 0 29 59 19 21 50 29
Octal 276 161 25 0 51 131 31 41 120 51
Binary 10111110 1110001 10101 0 101001 1011001 11001 100001 1010000 101001

Color Harmonies of #BE7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7115

Black with #BE7115

Text Example


Text Example

White with #BE7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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