Html Css Color HEX #BC6E14 Ochre

📋 copy color: '#BC6E14'

red 188 ◦ green 110 ◦ blue 20

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

Shades of Ochre #BC6E14

Tints of Ochre #BC6E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.29%

R = 59.12%
G = 34.59%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6E14 (or 0xBC6E14) is known color: Ochre. HEX triplet: BC, 6E and 14. RGB value is (188,110,20). Sum of RGB (Red+Green+Blue) = 188+110+20=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6E14 is #4391EB. Grayscale: #7B7B7B. Windows color (decimal): -4428268 or 1339068. OLE color: 1339068.

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

Color convert

RGB 188 110 20 -
CMYK 0 0.41 0.89 0.26
HSL 32.14º 0.81% 0.41% -
HSV(B) 32.14º 0.89% 0.74% -
XYZ 26.44 21.89 3.49 -
YUV 123.06 69.84 174.32 -
System Red Green Blue C M Y K H S L
Decimal 188 110 20 0 0.41 0.89 0.26 32.14 0.81 0.41
Hex BC 6E 14 0 29 59 1A 20 51 29
Octal 274 156 24 0 51 131 32 40 121 51
Binary 10111100 1101110 10100 0 101001 1011001 11010 100000 1010001 101001

Color Harmonies of #BC6E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E14

Black with #BC6E14

Text Example


Text Example

White with #BC6E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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