Html Css Color HEX #BCB197 Akaroa

📋 copy color: '#BCB197'

red 188 ◦ green 177 ◦ blue 151

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

Shades of Akaroa #BCB197

Tints of Akaroa #BCB197

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.3%

 BLUE value IS 151 (59.38% from 255) = 29.26%

R = 36.43%
G = 34.3%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCB197 (or 0xBCB197) is known color: Akaroa. HEX triplet: BC, B1 and 97. RGB value is (188,177,151). Sum of RGB (Red+Green+Blue) = 188+177+151=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB197 is #434E68. Grayscale: #B1B1B1. Windows color (decimal): -4410985 or 9941436. OLE color: 9941436.

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

Color convert

RGB 188 177 151 -
CMYK 0 0.06 0.20 0.26
HSL 42.16º 0.22% 0.66% -
HSV(B) 42.16º 0.2% 0.74% -
XYZ 42.05 44.37 35.63 -
YUV 177.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 188 177 151 0 0.06 0.20 0.26 42.16 0.22 0.66
Hex BC B1 97 0 6 14 1A 2A 16 42
Octal 274 261 227 0 6 24 32 52 26 102
Binary 10111100 10110001 10010111 0 110 10100 11010 101010 10110 1000010

Color Harmonies of #BCB197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB197

Black with #BCB197

Text Example


Text Example

White with #BCB197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB197; }

 p { color: rgb(188,177,151); }

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

background-color css

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

 a { background-color: rgb(188,177,151); }

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

border-color css

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

 span { border-color: rgb(188,177,151); }

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