Html Css Color HEX #BC7016 Ochre

📋 copy color: '#BC7016'

red 188 ◦ green 112 ◦ blue 22

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

Shades of Ochre #BC7016

Tints of Ochre #BC7016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.83%

R = 58.39%
G = 34.78%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC7016 (or 0xBC7016) is known color: Ochre. HEX triplet: BC, 70 and 16. RGB value is (188,112,22). Sum of RGB (Red+Green+Blue) = 188+112+22=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7016 is #438FE9. Grayscale: #7C7C7C. Windows color (decimal): -4427754 or 1470652. OLE color: 1470652.

HSL color Cylindrical-coordinate representation of color #BC7016: hue angle of 32.53º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC7016 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 22 -
CMYK 0 0.40 0.88 0.26
HSL 32.53º 0.79% 0.41% -
HSV(B) 32.53º 0.88% 0.74% -
XYZ 26.68 22.34 3.66 -
YUV 124.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 188 112 22 0 0.40 0.88 0.26 32.53 0.79 0.41
Hex BC 70 16 0 28 58 1A 21 4F 29
Octal 274 160 26 0 50 130 32 41 117 51
Binary 10111100 1110000 10110 0 101000 1011000 11010 100001 1001111 101001

Color Harmonies of #BC7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7016

Black with #BC7016

Text Example


Text Example

White with #BC7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7016; }

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

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

background-color css

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

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

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

border-color css

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

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

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