Html Css Color HEX #BCAC98 Akaroa

📋 copy color: '#BCAC98'

red 188 ◦ green 172 ◦ blue 152

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

Shades of Akaroa #BCAC98

Tints of Akaroa #BCAC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.69%

R = 36.72%
G = 33.59%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCAC98 (or 0xBCAC98) is known color: Akaroa. HEX triplet: BC, AC and 98. RGB value is (188,172,152). Sum of RGB (Red+Green+Blue) = 188+172+152=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC98 is #435367. Grayscale: #AEAEAE. Windows color (decimal): -4412264 or 10005692. OLE color: 10005692.

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

Color convert

RGB 188 172 152 -
CMYK 0 0.09 0.19 0.26
HSL 33.33º 0.21% 0.67% -
HSV(B) 33.33º 0.19% 0.74% -
XYZ 41.16 42.46 35.73 -
YUV 174.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 188 172 152 0 0.09 0.19 0.26 33.33 0.21 0.67
Hex BC AC 98 0 9 13 1A 21 15 43
Octal 274 254 230 0 11 23 32 41 25 103
Binary 10111100 10101100 10011000 0 1001 10011 11010 100001 10101 1000011

Color Harmonies of #BCAC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC98

Black with #BCAC98

Text Example


Text Example

White with #BCAC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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