#BFB29B

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

Shades of Akaroa #BFB29B

Tints of Akaroa #BFB29B

Color information

#BFB29B (or 0xBFB29B) is unknown color: approx Akaroa. HEX triplet: BF, B2 and 9B. RGB value is (191,178,155). Sum of RGB (Red+Green+Blue) = 191+178+155=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB29B is #404D64. Grayscale: #B3B3B3. Windows color (decimal): -4214117 or 10203839. OLE color: 10203839.

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

Color convert

RGB191178155-
CMYK00.070.190.25
HSL38.33º21.95%67.84%-
HSV(B)38.33º18.85%74.9%-
XYZ43.3245.2837.47-
YUV179.26114.31136.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=36.45%
G=33.97%
B=29.58%

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
Decimal19117815500.070.190.2538.3321.9567.84
HexBFB29B071319261644
Octal2772622330723314626104
Binary10111111101100101001101101111001111001100110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB29B; }

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

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

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

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

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

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

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

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