Html Css Color HEX #BC7312 Ochre

📋 copy color: '#BC7312'

red 188 ◦ green 115 ◦ blue 18

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

Shades of Ochre #BC7312

Tints of Ochre #BC7312

RGB

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

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

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

R = 58.57%
G = 35.83%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC7312 (or 0xBC7312) is known color: Ochre. HEX triplet: BC, 73 and 12. RGB value is (188,115,18). Sum of RGB (Red+Green+Blue) = 188+115+18=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7312 is #438CED. Grayscale: #7E7E7E. Windows color (decimal): -4426990 or 1209276. OLE color: 1209276.

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

Color convert

RGB 188 115 18 -
CMYK 0 0.39 0.90 0.26
HSL 34.24º 0.83% 0.4% -
HSV(B) 34.24º 0.9% 0.74% -
XYZ 26.98 23 3.59 -
YUV 125.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 188 115 18 0 0.39 0.90 0.26 34.24 0.83 0.4
Hex BC 73 12 0 27 5A 1A 22 53 28
Octal 274 163 22 0 47 132 32 42 123 50
Binary 10111100 1110011 10010 0 100111 1011010 11010 100010 1010011 101000

Color Harmonies of #BC7312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7312

Black with #BC7312

Text Example


Text Example

White with #BC7312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7312; }

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

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

background-color css

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

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

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

border-color css

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

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

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