Html Css Color HEX #BE7718 Ochre

📋 copy color: '#BE7718'

red 190 ◦ green 119 ◦ blue 24

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

Shades of Ochre #BE7718

Tints of Ochre #BE7718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

 BLUE value IS 24 (9.77% from 255) = 7.21%

R = 57.06%
G = 35.74%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE7718 (or 0xBE7718) is known color: Ochre. HEX triplet: BE, 77 and 18. RGB value is (190,119,24). Sum of RGB (Red+Green+Blue) = 190+119+24=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7718 is #4188E7. Grayscale: #818181. Windows color (decimal): -4294888 or 1603518. OLE color: 1603518.

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

Color convert

RGB 190 119 24 -
CMYK 0 0.37 0.87 0.25
HSL 34.34º 0.78% 0.42% -
HSV(B) 34.34º 0.87% 0.75% -
XYZ 28 24.21 4.06 -
YUV 129.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 190 119 24 0 0.37 0.87 0.25 34.34 0.78 0.42
Hex BE 77 18 0 25 57 19 22 4E 2A
Octal 276 167 30 0 45 127 31 42 116 52
Binary 10111110 1110111 11000 0 100101 1010111 11001 100010 1001110 101010

Color Harmonies of #BE7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7718

Black with #BE7718

Text Example


Text Example

White with #BE7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7718; }

 p { color: rgb(190,119,24); }

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

background-color css

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

 a { background-color: rgb(190,119,24); }

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

border-color css

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

 span { border-color: rgb(190,119,24); }

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