#BDB09B

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

Shades of Akaroa #BDB09B

Tints of Akaroa #BDB09B

Color information

#BDB09B (or 0xBDB09B) is unknown color: approx Akaroa. HEX triplet: BD, B0 and 9B. RGB value is (189,176,155). Sum of RGB (Red+Green+Blue) = 189+176+155=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB09B is #424F64. Grayscale: #B1B1B1. Windows color (decimal): -4345701 or 10203325. OLE color: 10203325.

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

Color convert

RGB189176155-
CMYK00.070.180.26
HSL37.06º20.48%67.45%-
HSV(B)37.06º17.99%74.12%-
XYZ42.4344.2437.31-
YUV177.49115.31136.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=36.35%
G=33.85%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917615500.070.180.2637.0620.4867.45
HexBDB09B07121A251443
Octal2752602330722324524103
Binary10111101101100001001101101111001011010100101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB09B; }

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

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

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

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

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

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

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

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