Html Css Color HEX #BC956B Fallow

📋 copy color: '#BC956B'

red 188 ◦ green 149 ◦ blue 107

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

Shades of Fallow #BC956B

Tints of Fallow #BC956B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.56%

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 42.34%
G = 33.56%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC956B (or 0xBC956B) is known color: Fallow. HEX triplet: BC, 95 and 6B. RGB value is (188,149,107). Sum of RGB (Red+Green+Blue) = 188+149+107=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC956B is #436A94. Grayscale: #9C9C9C. Windows color (decimal): -4418197 or 7050684. OLE color: 7050684.

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

Color convert

RGB 188 149 107 -
CMYK 0 0.21 0.43 0.26
HSL 31.11º 0.38% 0.58% -
HSV(B) 31.11º 0.43% 0.74% -
XYZ 34.14 33.25 18.53 -
YUV 155.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 188 149 107 0 0.21 0.43 0.26 31.11 0.38 0.58
Hex BC 95 6B 0 15 2B 1A 1F 26 3A
Octal 274 225 153 0 25 53 32 37 46 72
Binary 10111100 10010101 1101011 0 10101 101011 11010 11111 100110 111010

Color Harmonies of #BC956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC956B

Black with #BC956B

Text Example


Text Example

White with #BC956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC956B; }

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

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

background-color css

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

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

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

border-color css

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

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

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