Html Css Color HEX #BDAC92 Akaroa

📋 copy color: '#BDAC92'

red 189 ◦ green 172 ◦ blue 146

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

Shades of Akaroa #BDAC92

Tints of Akaroa #BDAC92

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.93%

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

R = 37.28%
G = 33.93%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDAC92 (or 0xBDAC92) is known color: Akaroa. HEX triplet: BD, AC and 92. RGB value is (189,172,146). Sum of RGB (Red+Green+Blue) = 189+172+146=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC92 is #42536D. Grayscale: #AEAEAE. Windows color (decimal): -4346734 or 9612477. OLE color: 9612477.

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

Color convert

RGB 189 172 146 -
CMYK 0 0.09 0.23 0.26
HSL 36.28º 0.25% 0.66% -
HSV(B) 36.28º 0.23% 0.74% -
XYZ 40.93 42.4 33.22 -
YUV 174.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 189 172 146 0 0.09 0.23 0.26 36.28 0.25 0.66
Hex BD AC 92 0 9 17 1A 24 19 42
Octal 275 254 222 0 11 27 32 44 31 102
Binary 10111101 10101100 10010010 0 1001 10111 11010 100100 11001 1000010

Color Harmonies of #BDAC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC92

Black with #BDAC92

Text Example


Text Example

White with #BDAC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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