Html Css Color HEX #BC6A15 Ochre

📋 copy color: '#BC6A15'

red 188 ◦ green 106 ◦ blue 21

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

Shades of Ochre #BC6A15

Tints of Ochre #BC6A15

RGB

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

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

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

R = 59.68%
G = 33.65%
B = 6.67%

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

#BC6A15 (or 0xBC6A15) is known color: Ochre. HEX triplet: BC, 6A and 15. RGB value is (188,106,21). Sum of RGB (Red+Green+Blue) = 188+106+21=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6A15 is #4395EA. Grayscale: #797979. Windows color (decimal): -4429291 or 1403580. OLE color: 1403580.

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

Color convert

RGB 188 106 21 -
CMYK 0 0.44 0.89 0.26
HSL 30.54º 0.8% 0.41% -
HSV(B) 30.54º 0.89% 0.74% -
XYZ 26.03 21.05 3.4 -
YUV 120.83 71.67 175.91 -
System Red Green Blue C M Y K H S L
Decimal 188 106 21 0 0.44 0.89 0.26 30.54 0.8 0.41
Hex BC 6A 15 0 2C 59 1A 1F 50 29
Octal 274 152 25 0 54 131 32 37 120 51
Binary 10111100 1101010 10101 0 101100 1011001 11010 11111 1010000 101001

Color Harmonies of #BC6A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A15

Black with #BC6A15

Text Example


Text Example

White with #BC6A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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