#BDB092

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

Shades of Akaroa #BDB092

Tints of Akaroa #BDB092

Color information

#BDB092 (or 0xBDB092) is unknown color: approx Akaroa. HEX triplet: BD, B0 and 92. RGB value is (189,176,146). Sum of RGB (Red+Green+Blue) = 189+176+146=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB092 is #424F6D. Grayscale: #B0B0B0. Windows color (decimal): -4345710 or 9613501. OLE color: 9613501.

HSL color Cylindrical-coordinate representation of color #BDB092: hue angle of 41.86º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB092 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB189176146-
CMYK00.070.230.26
HSL41.86º24.57%65.69%-
HSV(B)41.86º22.75%74.12%-
XYZ41.743.9433.48-
YUV176.47110.81136.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 176 (69.14% from 255) = 34.44%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=36.99%
G=34.44%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917614600.070.230.2641.8624.5765.69
HexBDB09207171A2a1942
Octal2752602220727325231102
Binary10111101101100001001001001111011111010101010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB092; }

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

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

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

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

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

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

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

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