Html Css Color HEX #BE7315 Ochre

📋 copy color: '#BE7315'

red 190 ◦ green 115 ◦ blue 21

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

Shades of Ochre #BE7315

Tints of Ochre #BE7315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

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

R = 58.28%
G = 35.28%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE7315 (or 0xBE7315) is known color: Ochre. HEX triplet: BE, 73 and 15. RGB value is (190,115,21). Sum of RGB (Red+Green+Blue) = 190+115+21=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7315 is #418CEA. Grayscale: #7F7F7F. Windows color (decimal): -4295915 or 1405886. OLE color: 1405886.

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

Color convert

RGB 190 115 21 -
CMYK 0 0.39 0.89 0.25
HSL 33.37º 0.8% 0.41% -
HSV(B) 33.37º 0.89% 0.75% -
XYZ 27.5 23.26 3.75 -
YUV 126.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 190 115 21 0 0.39 0.89 0.25 33.37 0.8 0.41
Hex BE 73 15 0 27 59 19 21 50 29
Octal 276 163 25 0 47 131 31 41 120 51
Binary 10111110 1110011 10101 0 100111 1011001 11001 100001 1010000 101001

Color Harmonies of #BE7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7315

Black with #BE7315

Text Example


Text Example

White with #BE7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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