Html Css Color HEX #BDAB92 Akaroa

📋 copy color: '#BDAB92'

red 189 ◦ green 171 ◦ blue 146

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

Shades of Akaroa #BDAB92

Tints of Akaroa #BDAB92

RGB

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

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

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

R = 37.35%
G = 33.79%
B = 28.85%

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

#BDAB92 (or 0xBDAB92) is known color: Akaroa. HEX triplet: BD, AB and 92. RGB value is (189,171,146). Sum of RGB (Red+Green+Blue) = 189+171+146=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB92 is #42546D. Grayscale: #ADADAD. Windows color (decimal): -4346990 or 9612221. OLE color: 9612221.

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

Color convert

RGB 189 171 146 -
CMYK 0 0.10 0.23 0.26
HSL 34.88º 0.25% 0.66% -
HSV(B) 34.88º 0.23% 0.74% -
XYZ 40.74 42.02 33.16 -
YUV 173.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 189 171 146 0 0.10 0.23 0.26 34.88 0.25 0.66
Hex BD AB 92 0 A 17 1A 23 19 42
Octal 275 253 222 0 12 27 32 43 31 102
Binary 10111101 10101011 10010010 0 1010 10111 11010 100011 11001 1000010

Color Harmonies of #BDAB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB92

Black with #BDAB92

Text Example


Text Example

White with #BDAB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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