Html Css Color HEX #BE6A18 Ochre

📋 copy color: '#BE6A18'

red 190 ◦ green 106 ◦ blue 24

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

Shades of Ochre #BE6A18

Tints of Ochre #BE6A18

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

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

R = 59.38%
G = 33.13%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE6A18 (or 0xBE6A18) is known color: Ochre. HEX triplet: BE, 6A and 18. RGB value is (190,106,24). Sum of RGB (Red+Green+Blue) = 190+106+24=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6A18 is #4195E7. Grayscale: #7A7A7A. Windows color (decimal): -4298216 or 1600190. OLE color: 1600190.

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

Color convert

RGB 190 106 24 -
CMYK 0 0.44 0.87 0.25
HSL 29.64º 0.78% 0.42% -
HSV(B) 29.64º 0.87% 0.75% -
XYZ 26.55 21.32 3.58 -
YUV 121.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 190 106 24 0 0.44 0.87 0.25 29.64 0.78 0.42
Hex BE 6A 18 0 2C 57 19 1E 4E 2A
Octal 276 152 30 0 54 127 31 36 116 52
Binary 10111110 1101010 11000 0 101100 1010111 11001 11110 1001110 101010

Color Harmonies of #BE6A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A18

Black with #BE6A18

Text Example


Text Example

White with #BE6A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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