Html Css Color HEX #BC7214 Ochre

📋 copy color: '#BC7214'

red 188 ◦ green 114 ◦ blue 20

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

Shades of Ochre #BC7214

Tints of Ochre #BC7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

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

R = 58.39%
G = 35.4%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC7214 (or 0xBC7214) is known color: Ochre. HEX triplet: BC, 72 and 14. RGB value is (188,114,20). Sum of RGB (Red+Green+Blue) = 188+114+20=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7214 is #438DEB. Grayscale: #7D7D7D. Windows color (decimal): -4427244 or 1340092. OLE color: 1340092.

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

Color convert

RGB 188 114 20 -
CMYK 0 0.39 0.89 0.26
HSL 33.57º 0.81% 0.41% -
HSV(B) 33.57º 0.89% 0.74% -
XYZ 26.88 22.78 3.64 -
YUV 125.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 188 114 20 0 0.39 0.89 0.26 33.57 0.81 0.41
Hex BC 72 14 0 27 59 1A 22 51 29
Octal 274 162 24 0 47 131 32 42 121 51
Binary 10111100 1110010 10100 0 100111 1011001 11010 100010 1010001 101001

Color Harmonies of #BC7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7214

Black with #BC7214

Text Example


Text Example

White with #BC7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7214; }

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

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

background-color css

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

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

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

border-color css

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

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

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