#BDB49B

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

Shades of Akaroa #BDB49B

Tints of Akaroa #BDB49B

Color information

#BDB49B (or 0xBDB49B) is unknown color: approx Akaroa. HEX triplet: BD, B4 and 9B. RGB value is (189,180,155). Sum of RGB (Red+Green+Blue) = 189+180+155=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB49B is #424B64. Grayscale: #B3B3B3. Windows color (decimal): -4344677 or 10204349. OLE color: 10204349.

HSL color Cylindrical-coordinate representation of color #BDB49B: hue angle of 44.12º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB49B is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB189180155-
CMYK00.050.180.26
HSL44.12º20.48%67.45%-
HSV(B)44.12º17.99%74.12%-
XYZ43.2245.8337.58-
YUV179.84113.98134.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 180 (70.70% from 255) = 34.35%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=36.07%
G=34.35%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918015500.050.180.2644.1220.4867.45
HexBDB49B05121A2c1443
Octal2752642330522325424103
Binary10111101101101001001101101011001011010101100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB49B; }

 p { color: rgb(189,180,155); }

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

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

 a { background-color: rgb(189,180,155); }

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

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

 span { border-color: rgb(189,180,155); }

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