Html Css Color HEX #BC9F6A Fallow

📋 copy color: '#BC9F6A'

red 188 ◦ green 159 ◦ blue 106

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

Shades of Fallow #BC9F6A

Tints of Fallow #BC9F6A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.1%

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

R = 41.5%
G = 35.1%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC9F6A (or 0xBC9F6A) is known color: Fallow. HEX triplet: BC, 9F and 6A. RGB value is (188,159,106). Sum of RGB (Red+Green+Blue) = 188+159+106=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F6A is #436095. Grayscale: #A1A1A1. Windows color (decimal): -4415638 or 6987708. OLE color: 6987708.

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

Color convert

RGB 188 159 106 -
CMYK 0 0.15 0.44 0.26
HSL 38.78º 0.38% 0.58% -
HSV(B) 38.78º 0.44% 0.74% -
XYZ 35.74 36.53 18.8 -
YUV 161.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 188 159 106 0 0.15 0.44 0.26 38.78 0.38 0.58
Hex BC 9F 6A 0 F 2C 1A 27 26 3A
Octal 274 237 152 0 17 54 32 47 46 72
Binary 10111100 10011111 1101010 0 1111 101100 11010 100111 100110 111010

Color Harmonies of #BC9F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F6A

Black with #BC9F6A

Text Example


Text Example

White with #BC9F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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