Html Css Color HEX #BC7012 Ochre

📋 copy color: '#BC7012'

red 188 ◦ green 112 ◦ blue 18

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

Shades of Ochre #BC7012

Tints of Ochre #BC7012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.22%

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

R = 59.12%
G = 35.22%
B = 5.66%

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

#BC7012 (or 0xBC7012) is known color: Ochre. HEX triplet: BC, 70 and 12. RGB value is (188,112,18). Sum of RGB (Red+Green+Blue) = 188+112+18=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7012 is #438FED. Grayscale: #7C7C7C. Windows color (decimal): -4427758 or 1208508. OLE color: 1208508.

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

Color convert

RGB 188 112 18 -
CMYK 0 0.40 0.90 0.26
HSL 33.18º 0.83% 0.4% -
HSV(B) 33.18º 0.9% 0.74% -
XYZ 26.64 22.32 3.48 -
YUV 124.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 188 112 18 0 0.40 0.90 0.26 33.18 0.83 0.4
Hex BC 70 12 0 28 5A 1A 21 53 28
Octal 274 160 22 0 50 132 32 41 123 50
Binary 10111100 1110000 10010 0 101000 1011010 11010 100001 1010011 101000

Color Harmonies of #BC7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7012

Black with #BC7012

Text Example


Text Example

White with #BC7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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