Html Css Color HEX #BDAB91 Akaroa

📋 copy color: '#BDAB91'

red 189 ◦ green 171 ◦ blue 145

#BDAB91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Akaroa #BDAB91

Tints of Akaroa #BDAB91

RGB

 RED value IS 189 (74.22% from 255) = 37.43%

 GREEN value IS 171 (67.19% from 255) = 33.86%

 BLUE value IS 145 (57.03% from 255) = 28.71%

R = 37.43%
G = 33.86%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDAB91 (or 0xBDAB91) is known color: Akaroa. HEX triplet: BD, AB and 91. RGB value is (189,171,145). Sum of RGB (Red+Green+Blue) = 189+171+145=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB91 is #42546E. Grayscale: #ADADAD. Windows color (decimal): -4346991 or 9546685. OLE color: 9546685.

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

Color convert

RGB 189 171 145 -
CMYK 0 0.10 0.23 0.26
HSL 35.45º 0.25% 0.65% -
HSV(B) 35.45º 0.23% 0.74% -
XYZ 40.66 41.99 32.75 -
YUV 173.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 189 171 145 0 0.10 0.23 0.26 35.45 0.25 0.65
Hex BD AB 91 0 A 17 1A 23 19 41
Octal 275 253 221 0 12 27 32 43 31 101
Binary 10111101 10101011 10010001 0 1010 10111 11010 100011 11001 1000001

Color Harmonies of #BDAB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB91

Black with #BDAB91

Text Example


Text Example

White with #BDAB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB91; }

 p { color: rgb(189,171,145); }

 H1.HeaderClassName
 {
   color: #BDAB91;
 }
 .AnyTagClassName
 {
   color: #BDAB91;
 }
</style>

background-color css

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

 a { background-color: rgb(189,171,145); }

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

border-color css

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

 span { border-color: rgb(189,171,145); }

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