Html Css Color HEX #BC7112 Ochre

📋 copy color: '#BC7112'

red 188 ◦ green 113 ◦ blue 18

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

Shades of Ochre #BC7112

Tints of Ochre #BC7112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 58.93%
G = 35.42%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC7112 (or 0xBC7112) is known color: Ochre. HEX triplet: BC, 71 and 12. RGB value is (188,113,18). Sum of RGB (Red+Green+Blue) = 188+113+18=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7112 is #438EED. Grayscale: #7D7D7D. Windows color (decimal): -4427502 or 1208764. OLE color: 1208764.

HSL color Cylindrical-coordinate representation of color #BC7112: hue angle of 33.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC7112 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 18 -
CMYK 0 0.40 0.90 0.26
HSL 33.53º 0.83% 0.4% -
HSV(B) 33.53º 0.9% 0.74% -
XYZ 26.75 22.55 3.51 -
YUV 124.6 67.85 173.22 -
System Red Green Blue C M Y K H S L
Decimal 188 113 18 0 0.40 0.90 0.26 33.53 0.83 0.4
Hex BC 71 12 0 28 5A 1A 22 53 28
Octal 274 161 22 0 50 132 32 42 123 50
Binary 10111100 1110001 10010 0 101000 1011010 11010 100010 1010011 101000

Color Harmonies of #BC7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7112

Black with #BC7112

Text Example


Text Example

White with #BC7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7112; }

 p { color: rgb(188,113,18); }

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

background-color css

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

 a { background-color: rgb(188,113,18); }

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

border-color css

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

 span { border-color: rgb(188,113,18); }

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