Html Css Color HEX #BC6A0E Ochre

📋 copy color: '#BC6A0E'

red 188 ◦ green 106 ◦ blue 14

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

Shades of Ochre #BC6A0E

Tints of Ochre #BC6A0E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.42%

 BLUE value IS 14 (5.86% from 255) = 4.55%

R = 61.04%
G = 34.42%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC6A0E (or 0xBC6A0E) is known color: Ochre. HEX triplet: BC, 6A and 0E. RGB value is (188,106,14). Sum of RGB (Red+Green+Blue) = 188+106+14=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6A0E is #4395F1. Grayscale: #787878. Windows color (decimal): -4429298 or 944828. OLE color: 944828.

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

Color convert

RGB 188 106 14 -
CMYK 0 0.44 0.93 0.26
HSL 31.72º 0.86% 0.4% -
HSV(B) 31.72º 0.93% 0.74% -
XYZ 25.97 21.03 3.11 -
YUV 120.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 188 106 14 0 0.44 0.93 0.26 31.72 0.86 0.4
Hex BC 6A E 0 2C 5D 1A 20 56 28
Octal 274 152 16 0 54 135 32 40 126 50
Binary 10111100 1101010 1110 0 101100 1011101 11010 100000 1010110 101000

Color Harmonies of #BC6A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A0E

Black with #BC6A0E

Text Example


Text Example

White with #BC6A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A0E; }

 p { color: rgb(188,106,14); }

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

background-color css

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

 a { background-color: rgb(188,106,14); }

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

border-color css

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

 span { border-color: rgb(188,106,14); }

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