Html Css Color HEX #BE7411 Ochre

📋 copy color: '#BE7411'

red 190 ◦ green 116 ◦ blue 17

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

Shades of Ochre #BE7411

Tints of Ochre #BE7411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.91%

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 58.82%
G = 35.91%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE7411 (or 0xBE7411) is known color: Ochre. HEX triplet: BE, 74 and 11. RGB value is (190,116,17). Sum of RGB (Red+Green+Blue) = 190+116+17=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7411 is #418BEE. Grayscale: #7F7F7F. Windows color (decimal): -4295663 or 1143998. OLE color: 1143998.

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

Color convert

RGB 190 116 17 -
CMYK 0 0.39 0.91 0.25
HSL 34.34º 0.84% 0.41% -
HSV(B) 34.34º 0.91% 0.75% -
XYZ 27.58 23.48 3.61 -
YUV 126.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 190 116 17 0 0.39 0.91 0.25 34.34 0.84 0.41
Hex BE 74 11 0 27 5B 19 22 54 29
Octal 276 164 21 0 47 133 31 42 124 51
Binary 10111110 1110100 10001 0 100111 1011011 11001 100010 1010100 101001

Color Harmonies of #BE7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7411

Black with #BE7411

Text Example


Text Example

White with #BE7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7411; }

 p { color: rgb(190,116,17); }

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

background-color css

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

 a { background-color: rgb(190,116,17); }

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

border-color css

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

 span { border-color: rgb(190,116,17); }

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