#BB926A

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

Shades of Fallow #BB926A

Tints of Fallow #BB926A

Color information

#BB926A (or 0xBB926A) is unknown color: approx Fallow. HEX triplet: BB, 92 and 6A. RGB value is (187,146,106). Sum of RGB (Red+Green+Blue) = 187+146+106=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB926A is #446D95. Grayscale: #999999. Windows color (decimal): -4484502 or 6984379. OLE color: 6984379.

HSL color Cylindrical-coordinate representation of color #BB926A: hue angle of 29.63º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB926A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB187146106-
CMYK00.220.430.27
HSL29.63º37.33%57.45%-
HSV(B)29.63º43.32%73.33%-
XYZ33.3732.1618.08-
YUV153.7101.08151.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=42.60%
G=33.26%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714610600.220.430.2729.6337.3357.45
HexBB926A0162B1B1e2539
Octal2732221520265333364571
Binary101110111001001011010100101101010111101111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB926A; }

 p { color: rgb(187,146,106); }

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

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

 a { background-color: rgb(187,146,106); }

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

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

 span { border-color: rgb(187,146,106); }

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