Html Css Color HEX #BCAA92 Akaroa

📋 copy color: '#BCAA92'

red 188 ◦ green 170 ◦ blue 146

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

Shades of Akaroa #BCAA92

Tints of Akaroa #BCAA92

RGB

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

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

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

R = 37.3%
G = 33.73%
B = 28.97%

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

#BCAA92 (or 0xBCAA92) is known color: Akaroa. HEX triplet: BC, AA and 92. RGB value is (188,170,146). Sum of RGB (Red+Green+Blue) = 188+170+146=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA92 is #43556D. Grayscale: #ACACAC. Windows color (decimal): -4412782 or 9611964. OLE color: 9611964.

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

Color convert

RGB 188 170 146 -
CMYK 0 0.10 0.22 0.26
HSL 34.29º 0.24% 0.65% -
HSV(B) 34.29º 0.22% 0.74% -
XYZ 40.3 41.52 33.08 -
YUV 172.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 188 170 146 0 0.10 0.22 0.26 34.29 0.24 0.65
Hex BC AA 92 0 A 16 1A 22 18 41
Octal 274 252 222 0 12 26 32 42 30 101
Binary 10111100 10101010 10010010 0 1010 10110 11010 100010 11000 1000001

Color Harmonies of #BCAA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA92

Black with #BCAA92

Text Example


Text Example

White with #BCAA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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