#BFB4AF

Color #BFB4AF Tide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tide #BFB4AF

Tints of Tide #BFB4AF

Color information

#BFB4AF (or 0xBFB4AF) is unknown color: approx Tide. HEX triplet: BF, B4 and AF. RGB value is (191,180,175). Sum of RGB (Red+Green+Blue) = 191+180+175=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB4AF is #404B50. Grayscale: #B6B6B6. Windows color (decimal): -4213585 or 11515071. OLE color: 11515071.

HSL color Cylindrical-coordinate representation of color #BFB4AF: hue angle of 18.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB4AF is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191180175-
CMYK00.060.080.25
HSL18.75º11.11%71.76%-
HSV(B)18.75º8.38%74.9%-
XYZ45.5446.8147.19-
YUV182.72123.64133.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=34.98%
G=32.97%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118017500.060.080.2518.7511.1171.76
HexBFB4AF0681913b48
Octal2772642570610312313110
Binary10111111101101001010111101101000110011001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4AF; }

 p { color: rgb(191,180,175); }

 H1.HeaderClassName
 {
   color: #BFB4AF;
 }
 .AnyTagClassName
 {
   color: #BFB4AF;
 }
</style>
background-color css

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

 a { background-color: rgb(191,180,175); }

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

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

 span { border-color: rgb(191,180,175); }

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