Html Css Color HEX #BC6C15 Ochre

📋 copy color: '#BC6C15'

red 188 ◦ green 108 ◦ blue 21

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

Shades of Ochre #BC6C15

Tints of Ochre #BC6C15

RGB

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

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

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

R = 59.31%
G = 34.07%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6C15 (or 0xBC6C15) is known color: Ochre. HEX triplet: BC, 6C and 15. RGB value is (188,108,21). Sum of RGB (Red+Green+Blue) = 188+108+21=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C15 is #4393EA. Grayscale: #7A7A7A. Windows color (decimal): -4428779 or 1404092. OLE color: 1404092.

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

Color convert

RGB 188 108 21 -
CMYK 0 0.43 0.89 0.26
HSL 31.26º 0.8% 0.41% -
HSV(B) 31.26º 0.89% 0.74% -
XYZ 26.24 21.47 3.47 -
YUV 122 71 175.07 -
System Red Green Blue C M Y K H S L
Decimal 188 108 21 0 0.43 0.89 0.26 31.26 0.8 0.41
Hex BC 6C 15 0 2B 59 1A 1F 50 29
Octal 274 154 25 0 53 131 32 37 120 51
Binary 10111100 1101100 10101 0 101011 1011001 11010 11111 1010000 101001

Color Harmonies of #BC6C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C15

Black with #BC6C15

Text Example


Text Example

White with #BC6C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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