Html Css Color HEX #BDAD91 Akaroa

📋 copy color: '#BDAD91'

red 189 ◦ green 173 ◦ blue 145

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

Shades of Akaroa #BDAD91

Tints of Akaroa #BDAD91

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.12%

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

R = 37.28%
G = 34.12%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDAD91 (or 0xBDAD91) is known color: Akaroa. HEX triplet: BD, AD and 91. RGB value is (189,173,145). Sum of RGB (Red+Green+Blue) = 189+173+145=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD91 is #42526E. Grayscale: #AEAEAE. Windows color (decimal): -4346479 or 9547197. OLE color: 9547197.

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

Color convert

RGB 189 173 145 -
CMYK 0 0.08 0.23 0.26
HSL 38.18º 0.25% 0.65% -
HSV(B) 38.18º 0.23% 0.74% -
XYZ 41.04 42.75 32.88 -
YUV 174.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 189 173 145 0 0.08 0.23 0.26 38.18 0.25 0.65
Hex BD AD 91 0 8 17 1A 26 19 41
Octal 275 255 221 0 10 27 32 46 31 101
Binary 10111101 10101101 10010001 0 1000 10111 11010 100110 11001 1000001

Color Harmonies of #BDAD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD91

Black with #BDAD91

Text Example


Text Example

White with #BDAD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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