Html Css Color HEX #BCAB96 Akaroa

📋 copy color: '#BCAB96'

red 188 ◦ green 171 ◦ blue 150

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

Shades of Akaroa #BCAB96

Tints of Akaroa #BCAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.47%

R = 36.94%
G = 33.6%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCAB96 (or 0xBCAB96) is known color: Akaroa. HEX triplet: BC, AB and 96. RGB value is (188,171,150). Sum of RGB (Red+Green+Blue) = 188+171+150=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB96 is #435469. Grayscale: #ADADAD. Windows color (decimal): -4412522 or 9874364. OLE color: 9874364.

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

Color convert

RGB 188 171 150 -
CMYK 0 0.09 0.20 0.26
HSL 33.16º 0.22% 0.66% -
HSV(B) 33.16º 0.2% 0.74% -
XYZ 40.81 42.02 34.81 -
YUV 173.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 188 171 150 0 0.09 0.20 0.26 33.16 0.22 0.66
Hex BC AB 96 0 9 14 1A 21 16 42
Octal 274 253 226 0 11 24 32 41 26 102
Binary 10111100 10101011 10010110 0 1001 10100 11010 100001 10110 1000010

Color Harmonies of #BCAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB96

Black with #BCAB96

Text Example


Text Example

White with #BCAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB96; }

 p { color: rgb(188,171,150); }

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

background-color css

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

 a { background-color: rgb(188,171,150); }

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

border-color css

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

 span { border-color: rgb(188,171,150); }

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