#BFB49A

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

Shades of Akaroa #BFB49A

Tints of Akaroa #BFB49A

Color information

#BFB49A (or 0xBFB49A) is unknown color: approx Akaroa. HEX triplet: BF, B4 and 9A. RGB value is (191,180,154). Sum of RGB (Red+Green+Blue) = 191+180+154=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB49A is #404B65. Grayscale: #B4B4B4. Windows color (decimal): -4213606 or 10138815. OLE color: 10138815.

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

Color convert

RGB191180154-
CMYK00.060.190.25
HSL42.16º22.42%67.65%-
HSV(B)42.16º19.37%74.9%-
XYZ43.6446.0537.16-
YUV180.32113.14135.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=36.38%
G=34.29%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118015400.060.190.2542.1622.4267.65
HexBFB49A0613192a1644
Octal2772642320623315226104
Binary10111111101101001001101001101001111001101010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB49A; }

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

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

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

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

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

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

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

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