Html Css Color HEX #BC7014 Ochre

📋 copy color: '#BC7014'

red 188 ◦ green 112 ◦ blue 20

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

Shades of Ochre #BC7014

Tints of Ochre #BC7014

RGB

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

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

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

R = 58.75%
G = 35%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC7014 (or 0xBC7014) is known color: Ochre. HEX triplet: BC, 70 and 14. RGB value is (188,112,20). Sum of RGB (Red+Green+Blue) = 188+112+20=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7014 is #438FEB. Grayscale: #7C7C7C. Windows color (decimal): -4427756 or 1339580. OLE color: 1339580.

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

Color convert

RGB 188 112 20 -
CMYK 0 0.40 0.89 0.26
HSL 32.86º 0.81% 0.41% -
HSV(B) 32.86º 0.89% 0.74% -
XYZ 26.66 22.33 3.57 -
YUV 124.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 188 112 20 0 0.40 0.89 0.26 32.86 0.81 0.41
Hex BC 70 14 0 28 59 1A 21 51 29
Octal 274 160 24 0 50 131 32 41 121 51
Binary 10111100 1110000 10100 0 101000 1011001 11010 100001 1010001 101001

Color Harmonies of #BC7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7014

Black with #BC7014

Text Example


Text Example

White with #BC7014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7014; }

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

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

background-color css

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

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

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

border-color css

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

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

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