Html Css Color HEX #BE6F16 Ochre

📋 copy color: '#BE6F16'

red 190 ◦ green 111 ◦ blue 22

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

Shades of Ochre #BE6F16

Tints of Ochre #BE6F16

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.37%

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 58.82%
G = 34.37%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE6F16 (or 0xBE6F16) is known color: Ochre. HEX triplet: BE, 6F and 16. RGB value is (190,111,22). Sum of RGB (Red+Green+Blue) = 190+111+22=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6F16 is #4190E9. Grayscale: #7C7C7C. Windows color (decimal): -4296938 or 1470398. OLE color: 1470398.

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

Color convert

RGB 190 111 22 -
CMYK 0 0.42 0.88 0.25
HSL 31.79º 0.79% 0.42% -
HSV(B) 31.79º 0.88% 0.75% -
XYZ 27.06 22.37 3.65 -
YUV 124.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 190 111 22 0 0.42 0.88 0.25 31.79 0.79 0.42
Hex BE 6F 16 0 2A 58 19 20 4F 2A
Octal 276 157 26 0 52 130 31 40 117 52
Binary 10111110 1101111 10110 0 101010 1011000 11001 100000 1001111 101010

Color Harmonies of #BE6F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F16

Black with #BE6F16

Text Example


Text Example

White with #BE6F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F16; }

 p { color: rgb(190,111,22); }

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

background-color css

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

 a { background-color: rgb(190,111,22); }

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

border-color css

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

 span { border-color: rgb(190,111,22); }

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