Html Css Color HEX #BC6E0F Ochre

📋 copy color: '#BC6E0F'

red 188 ◦ green 110 ◦ blue 15

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

Shades of Ochre #BC6E0F

Tints of Ochre #BC6E0F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 15 (6.25% from 255) = 4.79%

R = 60.06%
G = 35.14%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC6E0F (or 0xBC6E0F) is known color: Ochre. HEX triplet: BC, 6E and 0F. RGB value is (188,110,15). Sum of RGB (Red+Green+Blue) = 188+110+15=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6E0F is #4391F0. Grayscale: #7A7A7A. Windows color (decimal): -4428273 or 1011388. OLE color: 1011388.

HSL color Cylindrical-coordinate representation of color #BC6E0F: hue angle of 32.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC6E0F is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 110 15 -
CMYK 0 0.41 0.92 0.26
HSL 32.95º 0.85% 0.4% -
HSV(B) 32.95º 0.92% 0.74% -
XYZ 26.4 21.88 3.28 -
YUV 122.49 67.34 174.72 -
System Red Green Blue C M Y K H S L
Decimal 188 110 15 0 0.41 0.92 0.26 32.95 0.85 0.4
Hex BC 6E F 0 29 5C 1A 21 55 28
Octal 274 156 17 0 51 134 32 41 125 50
Binary 10111100 1101110 1111 0 101001 1011100 11010 100001 1010101 101000

Color Harmonies of #BC6E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6E0F

Black with #BC6E0F

Text Example


Text Example

White with #BC6E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6E0F; }

 p { color: rgb(188,110,15); }

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

background-color css

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

 a { background-color: rgb(188,110,15); }

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

border-color css

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

 span { border-color: rgb(188,110,15); }

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