Html Css Color HEX #BC6E12 Ochre

📋 copy color: '#BC6E12'

red 188 ◦ green 110 ◦ blue 18

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

Shades of Ochre #BC6E12

Tints of Ochre #BC6E12

RGB

 RED value IS 188 (73.83% from 255) = 59.49%

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 59.49%
G = 34.81%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC6E12 (or 0xBC6E12) is known color: Ochre. HEX triplet: BC, 6E and 12. RGB value is (188,110,18). Sum of RGB (Red+Green+Blue) = 188+110+18=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6E12 is #4391ED. Grayscale: #7B7B7B. Windows color (decimal): -4428270 or 1207996. OLE color: 1207996.

HSL color Cylindrical-coordinate representation of color #BC6E12: hue angle of 32.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC6E12 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 110 18 -
CMYK 0 0.41 0.90 0.26
HSL 32.47º 0.83% 0.4% -
HSV(B) 32.47º 0.9% 0.74% -
XYZ 26.42 21.89 3.4 -
YUV 122.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 188 110 18 0 0.41 0.90 0.26 32.47 0.83 0.4
Hex BC 6E 12 0 29 5A 1A 20 53 28
Octal 274 156 22 0 51 132 32 40 123 50
Binary 10111100 1101110 10010 0 101001 1011010 11010 100000 1010011 101000

Color Harmonies of #BC6E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E12

Black with #BC6E12

Text Example


Text Example

White with #BC6E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E12; }

 p { color: rgb(188,110,18); }

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

background-color css

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

 a { background-color: rgb(188,110,18); }

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

border-color css

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

 span { border-color: rgb(188,110,18); }

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