Html Css Color HEX #BC6C10 Ochre

📋 copy color: '#BC6C10'

red 188 ◦ green 108 ◦ blue 16

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

Shades of Ochre #BC6C10

Tints of Ochre #BC6C10

RGB

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

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

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

R = 60.26%
G = 34.62%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC6C10 (or 0xBC6C10) is known color: Ochre. HEX triplet: BC, 6C and 10. RGB value is (188,108,16). Sum of RGB (Red+Green+Blue) = 188+108+16=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C10 is #4393EF. Grayscale: #797979. Windows color (decimal): -4428784 or 1076412. OLE color: 1076412.

HSL color Cylindrical-coordinate representation of color #BC6C10: hue angle of 32.09º 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 #BC6C10 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 16 -
CMYK 0 0.43 0.91 0.26
HSL 32.09º 0.84% 0.4% -
HSV(B) 32.09º 0.91% 0.74% -
XYZ 26.2 21.45 3.25 -
YUV 121.43 68.5 175.48 -
System Red Green Blue C M Y K H S L
Decimal 188 108 16 0 0.43 0.91 0.26 32.09 0.84 0.4
Hex BC 6C 10 0 2B 5B 1A 20 54 28
Octal 274 154 20 0 53 133 32 40 124 50
Binary 10111100 1101100 10000 0 101011 1011011 11010 100000 1010100 101000

Color Harmonies of #BC6C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C10

Black with #BC6C10

Text Example


Text Example

White with #BC6C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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