Html Css Color HEX #BDAD92 Akaroa

📋 copy color: '#BDAD92'

red 189 ◦ green 173 ◦ blue 146

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

Shades of Akaroa #BDAD92

Tints of Akaroa #BDAD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.74%

R = 37.2%
G = 34.06%
B = 28.74%

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

#BDAD92 (or 0xBDAD92) is known color: Akaroa. HEX triplet: BD, AD and 92. RGB value is (189,173,146). Sum of RGB (Red+Green+Blue) = 189+173+146=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD92 is #42526D. Grayscale: #AEAEAE. Windows color (decimal): -4346478 or 9612733. OLE color: 9612733.

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

Color convert

RGB 189 173 146 -
CMYK 0 0.08 0.23 0.26
HSL 37.67º 0.25% 0.66% -
HSV(B) 37.67º 0.23% 0.74% -
XYZ 41.12 42.78 33.28 -
YUV 174.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 189 173 146 0 0.08 0.23 0.26 37.67 0.25 0.66
Hex BD AD 92 0 8 17 1A 26 19 42
Octal 275 255 222 0 10 27 32 46 31 102
Binary 10111101 10101101 10010010 0 1000 10111 11010 100110 11001 1000010

Color Harmonies of #BDAD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD92

Black with #BDAD92

Text Example


Text Example

White with #BDAD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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