Html Css Color HEX #BCAC92 Akaroa

📋 copy color: '#BCAC92'

red 188 ◦ green 172 ◦ blue 146

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

Shades of Akaroa #BCAC92

Tints of Akaroa #BCAC92

RGB

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

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

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

R = 37.15%
G = 33.99%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BCAC92 (or 0xBCAC92) is known color: Akaroa. HEX triplet: BC, AC and 92. RGB value is (188,172,146). Sum of RGB (Red+Green+Blue) = 188+172+146=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC92 is #43536D. Grayscale: #ADADAD. Windows color (decimal): -4412270 or 9612476. OLE color: 9612476.

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

Color convert

RGB 188 172 146 -
CMYK 0 0.09 0.22 0.26
HSL 37.14º 0.24% 0.65% -
HSV(B) 37.14º 0.22% 0.74% -
XYZ 40.68 42.27 33.21 -
YUV 173.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 188 172 146 0 0.09 0.22 0.26 37.14 0.24 0.65
Hex BC AC 92 0 9 16 1A 25 18 41
Octal 274 254 222 0 11 26 32 45 30 101
Binary 10111100 10101100 10010010 0 1001 10110 11010 100101 11000 1000001

Color Harmonies of #BCAC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC92

Black with #BCAC92

Text Example


Text Example

White with #BCAC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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