Html Css Color HEX #BC6F15 Ochre

📋 copy color: '#BC6F15'

red 188 ◦ green 111 ◦ blue 21

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

Shades of Ochre #BC6F15

Tints of Ochre #BC6F15

RGB

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

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

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

R = 58.75%
G = 34.69%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6F15 (or 0xBC6F15) is known color: Ochre. HEX triplet: BC, 6F and 15. RGB value is (188,111,21). Sum of RGB (Red+Green+Blue) = 188+111+21=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F15 is #4390EA. Grayscale: #7C7C7C. Windows color (decimal): -4428011 or 1404860. OLE color: 1404860.

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

Color convert

RGB 188 111 21 -
CMYK 0 0.41 0.89 0.26
HSL 32.34º 0.8% 0.41% -
HSV(B) 32.34º 0.89% 0.74% -
XYZ 26.56 22.11 3.58 -
YUV 123.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 188 111 21 0 0.41 0.89 0.26 32.34 0.8 0.41
Hex BC 6F 15 0 29 59 1A 20 50 29
Octal 274 157 25 0 51 131 32 40 120 51
Binary 10111100 1101111 10101 0 101001 1011001 11010 100000 1010000 101001

Color Harmonies of #BC6F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F15

Black with #BC6F15

Text Example


Text Example

White with #BC6F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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