Html Css Color HEX #BCAA93 Akaroa

📋 copy color: '#BCAA93'

red 188 ◦ green 170 ◦ blue 147

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

Shades of Akaroa #BCAA93

Tints of Akaroa #BCAA93

RGB

 RED value IS 188 (73.83% from 255) = 37.23%

 GREEN value IS 170 (66.8% from 255) = 33.66%

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 37.23%
G = 33.66%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BCAA93 (or 0xBCAA93) is known color: Akaroa. HEX triplet: BC, AA and 93. RGB value is (188,170,147). Sum of RGB (Red+Green+Blue) = 188+170+147=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA93 is #43556C. Grayscale: #ACACAC. Windows color (decimal): -4412781 or 9677500. OLE color: 9677500.

HSL color Cylindrical-coordinate representation of color #BCAA93: hue angle of 33.66º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCAA93 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 147 -
CMYK 0 0.10 0.22 0.26
HSL 33.66º 0.23% 0.66% -
HSV(B) 33.66º 0.22% 0.74% -
XYZ 40.38 41.55 33.49 -
YUV 172.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 188 170 147 0 0.10 0.22 0.26 33.66 0.23 0.66
Hex BC AA 93 0 A 16 1A 22 17 42
Octal 274 252 223 0 12 26 32 42 27 102
Binary 10111100 10101010 10010011 0 1010 10110 11010 100010 10111 1000010

Color Harmonies of #BCAA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA93

Black with #BCAA93

Text Example


Text Example

White with #BCAA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA93; }

 p { color: rgb(188,170,147); }

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

background-color css

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

 a { background-color: rgb(188,170,147); }

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

border-color css

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

 span { border-color: rgb(188,170,147); }

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