Html Css Color HEX #BC6A14 Ochre

📋 copy color: '#BC6A14'

red 188 ◦ green 106 ◦ blue 20

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

Shades of Ochre #BC6A14

Tints of Ochre #BC6A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.37%

R = 59.87%
G = 33.76%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6A14 (or 0xBC6A14) is known color: Ochre. HEX triplet: BC, 6A and 14. RGB value is (188,106,20). Sum of RGB (Red+Green+Blue) = 188+106+20=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6A14 is #4395EB. Grayscale: #797979. Windows color (decimal): -4429292 or 1338044. OLE color: 1338044.

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

Color convert

RGB 188 106 20 -
CMYK 0 0.44 0.89 0.26
HSL 30.71º 0.81% 0.41% -
HSV(B) 30.71º 0.89% 0.74% -
XYZ 26.02 21.05 3.35 -
YUV 120.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 188 106 20 0 0.44 0.89 0.26 30.71 0.81 0.41
Hex BC 6A 14 0 2C 59 1A 1F 51 29
Octal 274 152 24 0 54 131 32 37 121 51
Binary 10111100 1101010 10100 0 101100 1011001 11010 11111 1010001 101001

Color Harmonies of #BC6A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A14

Black with #BC6A14

Text Example


Text Example

White with #BC6A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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