Html Css Color HEX #BC6D16 Ochre

📋 copy color: '#BC6D16'

red 188 ◦ green 109 ◦ blue 22

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

Shades of Ochre #BC6D16

Tints of Ochre #BC6D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 58.93%
G = 34.17%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC6D16 (or 0xBC6D16) is known color: Ochre. HEX triplet: BC, 6D and 16. RGB value is (188,109,22). Sum of RGB (Red+Green+Blue) = 188+109+22=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D16 is #4392E9. Grayscale: #7B7B7B. Windows color (decimal): -4428522 or 1469884. OLE color: 1469884.

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

Color convert

RGB 188 109 22 -
CMYK 0 0.42 0.88 0.26
HSL 31.45º 0.79% 0.41% -
HSV(B) 31.45º 0.88% 0.74% -
XYZ 26.35 21.69 3.56 -
YUV 122.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 188 109 22 0 0.42 0.88 0.26 31.45 0.79 0.41
Hex BC 6D 16 0 2A 58 1A 1F 4F 29
Octal 274 155 26 0 52 130 32 37 117 51
Binary 10111100 1101101 10110 0 101010 1011000 11010 11111 1001111 101001

Color Harmonies of #BC6D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D16

Black with #BC6D16

Text Example


Text Example

White with #BC6D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D16; }

 p { color: rgb(188,109,22); }

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

background-color css

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

 a { background-color: rgb(188,109,22); }

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

border-color css

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

 span { border-color: rgb(188,109,22); }

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