#BFB19B

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

Shades of Akaroa #BFB19B

Tints of Akaroa #BFB19B

Color information

#BFB19B (or 0xBFB19B) is unknown color: approx Akaroa. HEX triplet: BF, B1 and 9B. RGB value is (191,177,155). Sum of RGB (Red+Green+Blue) = 191+177+155=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB19B is #404E64. Grayscale: #B2B2B2. Windows color (decimal): -4214373 or 10203583. OLE color: 10203583.

HSL color Cylindrical-coordinate representation of color #BFB19B: hue angle of 36.67º 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 #BFB19B is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB191177155-
CMYK00.070.190.25
HSL36.67º21.95%67.84%-
HSV(B)36.67º18.85%74.9%-
XYZ43.1244.8937.4-
YUV178.68114.64136.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=36.52%
G=33.84%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117715500.070.190.2536.6721.9567.84
HexBFB19B071319251644
Octal2772612330723314526104
Binary10111111101100011001101101111001111001100101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB19B; }

 p { color: rgb(191,177,155); }

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

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

 a { background-color: rgb(191,177,155); }

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

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

 span { border-color: rgb(191,177,155); }

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