#BDB39B

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

Shades of Akaroa #BDB39B

Tints of Akaroa #BDB39B

Color information

#BDB39B (or 0xBDB39B) is unknown color: approx Akaroa. HEX triplet: BD, B3 and 9B. RGB value is (189,179,155). Sum of RGB (Red+Green+Blue) = 189+179+155=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB39B is #424C64. Grayscale: #B3B3B3. Windows color (decimal): -4344933 or 10204093. OLE color: 10204093.

HSL color Cylindrical-coordinate representation of color #BDB39B: hue angle of 42.35º 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 #BDB39B is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB189179155-
CMYK00.050.180.26
HSL42.35º20.48%67.45%-
HSV(B)42.35º17.99%74.12%-
XYZ43.0245.4337.51-
YUV179.25114.31134.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=36.14%
G=34.23%
B=29.64%

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
Decimal18917915500.050.180.2642.3520.4867.45
HexBDB39B05121A2a1443
Octal2752632330522325224103
Binary10111101101100111001101101011001011010101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB39B; }

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

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

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

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

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

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

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

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