#BFB19D

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

Shades of Akaroa #BFB19D

Tints of Akaroa #BFB19D

Color information

#BFB19D (or 0xBFB19D) is unknown color: approx Akaroa. HEX triplet: BF, B1 and 9D. RGB value is (191,177,157). Sum of RGB (Red+Green+Blue) = 191+177+157=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB19D is #404E62. Grayscale: #B3B3B3. Windows color (decimal): -4214371 or 10334655. OLE color: 10334655.

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

Color convert

RGB191177157-
CMYK00.070.180.25
HSL35.29º20.99%68.24%-
HSV(B)35.29º17.8%74.9%-
XYZ43.2944.9538.29-
YUV178.91115.64136.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=36.38%
G=33.71%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117715700.070.180.2535.2920.9968.24
HexBFB19D071219231544
Octal2772612350722314325104
Binary10111111101100011001110101111001011001100011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB19D; }

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

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

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

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

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

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

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

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