Html Css Color HEX #BDAB93 Akaroa

📋 copy color: '#BDAB93'

red 189 ◦ green 171 ◦ blue 147

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

Shades of Akaroa #BDAB93

Tints of Akaroa #BDAB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.99%

R = 37.28%
G = 33.73%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDAB93 (or 0xBDAB93) is known color: Akaroa. HEX triplet: BD, AB and 93. RGB value is (189,171,147). Sum of RGB (Red+Green+Blue) = 189+171+147=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB93 is #42546C. Grayscale: #ADADAD. Windows color (decimal): -4346989 or 9677757. OLE color: 9677757.

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

Color convert

RGB 189 171 147 -
CMYK 0 0.10 0.22 0.26
HSL 34.29º 0.24% 0.66% -
HSV(B) 34.29º 0.22% 0.74% -
XYZ 40.82 42.05 33.57 -
YUV 173.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 189 171 147 0 0.10 0.22 0.26 34.29 0.24 0.66
Hex BD AB 93 0 A 16 1A 22 18 42
Octal 275 253 223 0 12 26 32 42 30 102
Binary 10111101 10101011 10010011 0 1010 10110 11010 100010 11000 1000010

Color Harmonies of #BDAB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB93

Black with #BDAB93

Text Example


Text Example

White with #BDAB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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