Html Css Color HEX #BE7515 Ochre

📋 copy color: '#BE7515'

red 190 ◦ green 117 ◦ blue 21

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

Shades of Ochre #BE7515

Tints of Ochre #BE7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 57.93%
G = 35.67%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE7515 (or 0xBE7515) is known color: Ochre. HEX triplet: BE, 75 and 15. RGB value is (190,117,21). Sum of RGB (Red+Green+Blue) = 190+117+21=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7515 is #418AEA. Grayscale: #808080. Windows color (decimal): -4295403 or 1406398. OLE color: 1406398.

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

Color convert

RGB 190 117 21 -
CMYK 0 0.38 0.89 0.25
HSL 34.08º 0.8% 0.41% -
HSV(B) 34.08º 0.89% 0.75% -
XYZ 27.73 23.72 3.83 -
YUV 127.88 67.68 172.31 -
System Red Green Blue C M Y K H S L
Decimal 190 117 21 0 0.38 0.89 0.25 34.08 0.8 0.41
Hex BE 75 15 0 26 59 19 22 50 29
Octal 276 165 25 0 46 131 31 42 120 51
Binary 10111110 1110101 10101 0 100110 1011001 11001 100010 1010000 101001

Color Harmonies of #BE7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7515

Black with #BE7515

Text Example


Text Example

White with #BE7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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