Html Css Color HEX #BC6C17 Ochre

📋 copy color: '#BC6C17'

red 188 ◦ green 108 ◦ blue 23

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

Shades of Ochre #BC6C17

Tints of Ochre #BC6C17

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

 BLUE value IS 23 (9.38% from 255) = 7.21%

R = 58.93%
G = 33.86%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC6C17 (or 0xBC6C17) is known color: Ochre. HEX triplet: BC, 6C and 17. RGB value is (188,108,23). Sum of RGB (Red+Green+Blue) = 188+108+23=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C17 is #4393E8. Grayscale: #7A7A7A. Windows color (decimal): -4428777 or 1535164. OLE color: 1535164.

HSL color Cylindrical-coordinate representation of color #BC6C17: hue angle of 30.91º degrees, saturation: 0.78, 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 #BC6C17 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 23 -
CMYK 0 0.43 0.88 0.26
HSL 30.91º 0.78% 0.41% -
HSV(B) 30.91º 0.88% 0.74% -
XYZ 26.26 21.48 3.57 -
YUV 122.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 188 108 23 0 0.43 0.88 0.26 30.91 0.78 0.41
Hex BC 6C 17 0 2B 58 1A 1F 4E 29
Octal 274 154 27 0 53 130 32 37 116 51
Binary 10111100 1101100 10111 0 101011 1011000 11010 11111 1001110 101001

Color Harmonies of #BC6C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C17

Black with #BC6C17

Text Example


Text Example

White with #BC6C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C17; }

 p { color: rgb(188,108,23); }

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

background-color css

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

 a { background-color: rgb(188,108,23); }

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

border-color css

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

 span { border-color: rgb(188,108,23); }

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