Html Css Color HEX #BC7414 Ochre

📋 copy color: '#BC7414'

red 188 ◦ green 116 ◦ blue 20

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

Shades of Ochre #BC7414

Tints of Ochre #BC7414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.8%

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

R = 58.02%
G = 35.8%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC7414 (or 0xBC7414) is known color: Ochre. HEX triplet: BC, 74 and 14. RGB value is (188,116,20). Sum of RGB (Red+Green+Blue) = 188+116+20=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7414 is #438BEB. Grayscale: #7F7F7F. Windows color (decimal): -4426732 or 1340604. OLE color: 1340604.

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

Color convert

RGB 188 116 20 -
CMYK 0 0.38 0.89 0.26
HSL 34.29º 0.81% 0.41% -
HSV(B) 34.29º 0.89% 0.74% -
XYZ 27.11 23.23 3.72 -
YUV 126.58 67.85 171.81 -
System Red Green Blue C M Y K H S L
Decimal 188 116 20 0 0.38 0.89 0.26 34.29 0.81 0.41
Hex BC 74 14 0 26 59 1A 22 51 29
Octal 274 164 24 0 46 131 32 42 121 51
Binary 10111100 1110100 10100 0 100110 1011001 11010 100010 1010001 101001

Color Harmonies of #BC7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7414

Black with #BC7414

Text Example


Text Example

White with #BC7414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7414; }

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

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

background-color css

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

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

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

border-color css

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

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

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