Html Css Color HEX #BE6C0C Ochre

📋 copy color: '#BE6C0C'

red 190 ◦ green 108 ◦ blue 12

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

Shades of Ochre #BE6C0C

Tints of Ochre #BE6C0C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.84%

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 61.29%
G = 34.84%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE6C0C (or 0xBE6C0C) is known color: Ochre. HEX triplet: BE, 6C and 0C. RGB value is (190,108,12). Sum of RGB (Red+Green+Blue) = 190+108+12=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C0C is #4193F3. Grayscale: #7A7A7A. Windows color (decimal): -4297716 or 814270. OLE color: 814270.

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

Color convert

RGB 190 108 12 -
CMYK 0 0.43 0.94 0.25
HSL 32.36º 0.88% 0.4% -
HSV(B) 32.36º 0.94% 0.75% -
XYZ 26.66 21.7 3.13 -
YUV 121.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 190 108 12 0 0.43 0.94 0.25 32.36 0.88 0.4
Hex BE 6C C 0 2B 5E 19 20 58 28
Octal 276 154 14 0 53 136 31 40 130 50
Binary 10111110 1101100 1100 0 101011 1011110 11001 100000 1011000 101000

Color Harmonies of #BE6C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C0C

Black with #BE6C0C

Text Example


Text Example

White with #BE6C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C0C; }

 p { color: rgb(190,108,12); }

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

background-color css

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

 a { background-color: rgb(190,108,12); }

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

border-color css

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

 span { border-color: rgb(190,108,12); }

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