Html Css Color HEX #BC6D10 Ochre

📋 copy color: '#BC6D10'

red 188 ◦ green 109 ◦ blue 16

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

Shades of Ochre #BC6D10

Tints of Ochre #BC6D10

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 60.06%
G = 34.82%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC6D10 (or 0xBC6D10) is known color: Ochre. HEX triplet: BC, 6D and 10. RGB value is (188,109,16). Sum of RGB (Red+Green+Blue) = 188+109+16=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D10 is #4392EF. Grayscale: #7A7A7A. Windows color (decimal): -4428528 or 1076668. OLE color: 1076668.

HSL color Cylindrical-coordinate representation of color #BC6D10: hue angle of 32.44º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC6D10 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 109 16 -
CMYK 0 0.42 0.91 0.26
HSL 32.44º 0.84% 0.4% -
HSV(B) 32.44º 0.91% 0.74% -
XYZ 26.3 21.67 3.29 -
YUV 122.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 188 109 16 0 0.42 0.91 0.26 32.44 0.84 0.4
Hex BC 6D 10 0 2A 5B 1A 20 54 28
Octal 274 155 20 0 52 133 32 40 124 50
Binary 10111100 1101101 10000 0 101010 1011011 11010 100000 1010100 101000

Color Harmonies of #BC6D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D10

Black with #BC6D10

Text Example


Text Example

White with #BC6D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D10; }

 p { color: rgb(188,109,16); }

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

background-color css

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

 a { background-color: rgb(188,109,16); }

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

border-color css

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

 span { border-color: rgb(188,109,16); }

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