Html Css Color HEX #BC6C13 Ochre

📋 copy color: '#BC6C13'

red 188 ◦ green 108 ◦ blue 19

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

Shades of Ochre #BC6C13

Tints of Ochre #BC6C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 59.68%
G = 34.29%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC6C13 (or 0xBC6C13) is known color: Ochre. HEX triplet: BC, 6C and 13. RGB value is (188,108,19). Sum of RGB (Red+Green+Blue) = 188+108+19=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C13 is #4393EC. Grayscale: #7A7A7A. Windows color (decimal): -4428781 or 1273020. OLE color: 1273020.

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

Color convert

RGB 188 108 19 -
CMYK 0 0.43 0.90 0.26
HSL 31.6º 0.82% 0.41% -
HSV(B) 31.6º 0.9% 0.74% -
XYZ 26.22 21.46 3.38 -
YUV 121.77 70 175.24 -
System Red Green Blue C M Y K H S L
Decimal 188 108 19 0 0.43 0.90 0.26 31.6 0.82 0.41
Hex BC 6C 13 0 2B 5A 1A 20 52 29
Octal 274 154 23 0 53 132 32 40 122 51
Binary 10111100 1101100 10011 0 101011 1011010 11010 100000 1010010 101001

Color Harmonies of #BC6C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C13

Black with #BC6C13

Text Example


Text Example

White with #BC6C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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