Html Css Color HEX #BC896A Fallow

📋 copy color: '#BC896A'

red 188 ◦ green 137 ◦ blue 106

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

Shades of Fallow #BC896A

Tints of Fallow #BC896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

 BLUE value IS 106 (41.8% from 255) = 24.59%

R = 43.62%
G = 31.79%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC896A (or 0xBC896A) is known color: Fallow. HEX triplet: BC, 89 and 6A. RGB value is (188,137,106). Sum of RGB (Red+Green+Blue) = 188+137+106=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC896A is #437695. Grayscale: #949494. Windows color (decimal): -4421270 or 6982076. OLE color: 6982076.

HSL color Cylindrical-coordinate representation of color #BC896A: hue angle of 22.68º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC896A is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 137 106 -
CMYK 0 0.27 0.44 0.26
HSL 22.68º 0.38% 0.58% -
HSV(B) 22.68º 0.44% 0.74% -
XYZ 32.29 29.62 17.65 -
YUV 148.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 188 137 106 0 0.27 0.44 0.26 22.68 0.38 0.58
Hex BC 89 6A 0 1B 2C 1A 17 26 3A
Octal 274 211 152 0 33 54 32 27 46 72
Binary 10111100 10001001 1101010 0 11011 101100 11010 10111 100110 111010

Color Harmonies of #BC896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC896A

Black with #BC896A

Text Example


Text Example

White with #BC896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC896A; }

 p { color: rgb(188,137,106); }

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

background-color css

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

 a { background-color: rgb(188,137,106); }

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

border-color css

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

 span { border-color: rgb(188,137,106); }

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