Html Css Color HEX #BCAF96 Akaroa

📋 copy color: '#BCAF96'

red 188 ◦ green 175 ◦ blue 150

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

Shades of Akaroa #BCAF96

Tints of Akaroa #BCAF96

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

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

R = 36.65%
G = 34.11%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCAF96 (or 0xBCAF96) is known color: Akaroa. HEX triplet: BC, AF and 96. RGB value is (188,175,150). Sum of RGB (Red+Green+Blue) = 188+175+150=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF96 is #435069. Grayscale: #B0B0B0. Windows color (decimal): -4411498 or 9875388. OLE color: 9875388.

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

Color convert

RGB 188 175 150 -
CMYK 0 0.07 0.20 0.26
HSL 39.47º 0.22% 0.66% -
HSV(B) 39.47º 0.2% 0.74% -
XYZ 41.57 43.55 35.07 -
YUV 176.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 188 175 150 0 0.07 0.20 0.26 39.47 0.22 0.66
Hex BC AF 96 0 7 14 1A 27 16 42
Octal 274 257 226 0 7 24 32 47 26 102
Binary 10111100 10101111 10010110 0 111 10100 11010 100111 10110 1000010

Color Harmonies of #BCAF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF96

Black with #BCAF96

Text Example


Text Example

White with #BCAF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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