Html Css Color HEX #BC7315 Ochre

📋 copy color: '#BC7315'

red 188 ◦ green 115 ◦ blue 21

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

Shades of Ochre #BC7315

Tints of Ochre #BC7315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 58.02%
G = 35.49%
B = 6.48%

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

#BC7315 (or 0xBC7315) is known color: Ochre. HEX triplet: BC, 73 and 15. RGB value is (188,115,21). Sum of RGB (Red+Green+Blue) = 188+115+21=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7315 is #438CEA. Grayscale: #7E7E7E. Windows color (decimal): -4426987 or 1405884. OLE color: 1405884.

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

Color convert

RGB 188 115 21 -
CMYK 0 0.39 0.89 0.26
HSL 33.77º 0.8% 0.41% -
HSV(B) 33.77º 0.89% 0.74% -
XYZ 27.01 23.01 3.73 -
YUV 126.11 68.68 172.14 -
System Red Green Blue C M Y K H S L
Decimal 188 115 21 0 0.39 0.89 0.26 33.77 0.8 0.41
Hex BC 73 15 0 27 59 1A 22 50 29
Octal 274 163 25 0 47 131 32 42 120 51
Binary 10111100 1110011 10101 0 100111 1011001 11010 100010 1010000 101001

Color Harmonies of #BC7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7315

Black with #BC7315

Text Example


Text Example

White with #BC7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7315; }

 p { color: rgb(188,115,21); }

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

background-color css

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

 a { background-color: rgb(188,115,21); }

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

border-color css

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

 span { border-color: rgb(188,115,21); }

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