Html Css Color HEX #BC946B Fallow

📋 copy color: '#BC946B'

red 188 ◦ green 148 ◦ blue 107

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

Shades of Fallow #BC946B

Tints of Fallow #BC946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

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

R = 42.44%
G = 33.41%
B = 24.15%

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

#BC946B (or 0xBC946B) is known color: Fallow. HEX triplet: BC, 94 and 6B. RGB value is (188,148,107). Sum of RGB (Red+Green+Blue) = 188+148+107=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC946B is #436B94. Grayscale: #9B9B9B. Windows color (decimal): -4418453 or 7050428. OLE color: 7050428.

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

Color convert

RGB 188 148 107 -
CMYK 0 0.21 0.43 0.26
HSL 30.37º 0.38% 0.58% -
HSV(B) 30.37º 0.43% 0.74% -
XYZ 33.98 32.93 18.48 -
YUV 155.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 188 148 107 0 0.21 0.43 0.26 30.37 0.38 0.58
Hex BC 94 6B 0 15 2B 1A 1E 26 3A
Octal 274 224 153 0 25 53 32 36 46 72
Binary 10111100 10010100 1101011 0 10101 101011 11010 11110 100110 111010

Color Harmonies of #BC946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC946B

Black with #BC946B

Text Example


Text Example

White with #BC946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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