#BFB698

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

Shades of Akaroa #BFB698

Tints of Akaroa #BFB698

Color information

#BFB698 (or 0xBFB698) is unknown color: approx Akaroa. HEX triplet: BF, B6 and 98. RGB value is (191,182,152). Sum of RGB (Red+Green+Blue) = 191+182+152=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB698 is #404967. Grayscale: #B5B5B5. Windows color (decimal): -4213096 or 10008255. OLE color: 10008255.

HSL color Cylindrical-coordinate representation of color #BFB698: hue angle of 46.15º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB698 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191182152-
CMYK00.050.200.25
HSL46.15º23.35%67.25%-
HSV(B)46.15º20.42%74.9%-
XYZ43.8846.836.43-
YUV181.27111.48134.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=36.38%
G=34.67%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118215200.050.200.2546.1523.3567.25
HexBFB6980514192e1743
Octal2772662300524315627103
Binary10111111101101101001100001011010011001101110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB698; }

 p { color: rgb(191,182,152); }

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

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

 a { background-color: rgb(191,182,152); }

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

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

 span { border-color: rgb(191,182,152); }

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