Html Css Color HEX #BC6F10 Ochre

📋 copy color: '#BC6F10'

red 188 ◦ green 111 ◦ blue 16

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

Shades of Ochre #BC6F10

Tints of Ochre #BC6F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

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

R = 59.68%
G = 35.24%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC6F10 (or 0xBC6F10) is known color: Ochre. HEX triplet: BC, 6F and 10. RGB value is (188,111,16). Sum of RGB (Red+Green+Blue) = 188+111+16=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F10 is #4390EF. Grayscale: #7B7B7B. Windows color (decimal): -4428016 or 1077180. OLE color: 1077180.

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

Color convert

RGB 188 111 16 -
CMYK 0 0.41 0.91 0.26
HSL 33.14º 0.84% 0.4% -
HSV(B) 33.14º 0.91% 0.74% -
XYZ 26.52 22.1 3.36 -
YUV 123.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 188 111 16 0 0.41 0.91 0.26 33.14 0.84 0.4
Hex BC 6F 10 0 29 5B 1A 21 54 28
Octal 274 157 20 0 51 133 32 41 124 50
Binary 10111100 1101111 10000 0 101001 1011011 11010 100001 1010100 101000

Color Harmonies of #BC6F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F10

Black with #BC6F10

Text Example


Text Example

White with #BC6F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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