Html Css Color HEX #BDA992 Akaroa

📋 copy color: '#BDA992'

red 189 ◦ green 169 ◦ blue 146

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

Shades of Akaroa #BDA992

Tints of Akaroa #BDA992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.53%

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

R = 37.5%
G = 33.53%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDA992 (or 0xBDA992) is known color: Akaroa. HEX triplet: BD, A9 and 92. RGB value is (189,169,146). Sum of RGB (Red+Green+Blue) = 189+169+146=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA992 is #42566D. Grayscale: #ACACAC. Windows color (decimal): -4347502 or 9611709. OLE color: 9611709.

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

Color convert

RGB 189 169 146 -
CMYK 0 0.11 0.23 0.26
HSL 32.09º 0.25% 0.66% -
HSV(B) 32.09º 0.23% 0.74% -
XYZ 40.36 41.27 33.03 -
YUV 172.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 189 169 146 0 0.11 0.23 0.26 32.09 0.25 0.66
Hex BD A9 92 0 B 17 1A 20 19 42
Octal 275 251 222 0 13 27 32 40 31 102
Binary 10111101 10101001 10010010 0 1011 10111 11010 100000 11001 1000010

Color Harmonies of #BDA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA992

Black with #BDA992

Text Example


Text Example

White with #BDA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA992; }

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

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

background-color css

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

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

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

border-color css

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

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

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