Html Css Color HEX #BC6D15 Ochre

📋 copy color: '#BC6D15'

red 188 ◦ green 109 ◦ blue 21

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

Shades of Ochre #BC6D15

Tints of Ochre #BC6D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 59.12%
G = 34.28%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6D15 (or 0xBC6D15) is known color: Ochre. HEX triplet: BC, 6D and 15. RGB value is (188,109,21). Sum of RGB (Red+Green+Blue) = 188+109+21=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D15 is #4392EA. Grayscale: #7B7B7B. Windows color (decimal): -4428523 or 1404348. OLE color: 1404348.

HSL color Cylindrical-coordinate representation of color #BC6D15: hue angle of 31.62º degrees, saturation: 0.8, 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 #BC6D15 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 109 21 -
CMYK 0 0.42 0.89 0.26
HSL 31.62º 0.8% 0.41% -
HSV(B) 31.62º 0.89% 0.74% -
XYZ 26.34 21.68 3.51 -
YUV 122.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 188 109 21 0 0.42 0.89 0.26 31.62 0.8 0.41
Hex BC 6D 15 0 2A 59 1A 20 50 29
Octal 274 155 25 0 52 131 32 40 120 51
Binary 10111100 1101101 10101 0 101010 1011001 11010 100000 1010000 101001

Color Harmonies of #BC6D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D15

Black with #BC6D15

Text Example


Text Example

White with #BC6D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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