Html Css Color HEX #BC6B13 Ochre

📋 copy color: '#BC6B13'

red 188 ◦ green 107 ◦ blue 19

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

Shades of Ochre #BC6B13

Tints of Ochre #BC6B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 59.87%
G = 34.08%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC6B13 (or 0xBC6B13) is known color: Ochre. HEX triplet: BC, 6B and 13. RGB value is (188,107,19). Sum of RGB (Red+Green+Blue) = 188+107+19=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B13 is #4394EC. Grayscale: #797979. Windows color (decimal): -4429037 or 1272764. OLE color: 1272764.

HSL color Cylindrical-coordinate representation of color #BC6B13: hue angle of 31.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC6B13 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 107 19 -
CMYK 0 0.43 0.90 0.26
HSL 31.24º 0.82% 0.41% -
HSV(B) 31.24º 0.9% 0.74% -
XYZ 26.11 21.25 3.34 -
YUV 121.19 70.34 175.66 -
System Red Green Blue C M Y K H S L
Decimal 188 107 19 0 0.43 0.90 0.26 31.24 0.82 0.41
Hex BC 6B 13 0 2B 5A 1A 1F 52 29
Octal 274 153 23 0 53 132 32 37 122 51
Binary 10111100 1101011 10011 0 101011 1011010 11010 11111 1010010 101001

Color Harmonies of #BC6B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B13

Black with #BC6B13

Text Example


Text Example

White with #BC6B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B13; }

 p { color: rgb(188,107,19); }

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

background-color css

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

 a { background-color: rgb(188,107,19); }

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

border-color css

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

 span { border-color: rgb(188,107,19); }

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