Html Css Color HEX #BCB097 Akaroa

📋 copy color: '#BCB097'

red 188 ◦ green 176 ◦ blue 151

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

Shades of Akaroa #BCB097

Tints of Akaroa #BCB097

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.17%

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

R = 36.5%
G = 34.17%
B = 29.32%

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

#BCB097 (or 0xBCB097) is known color: Akaroa. HEX triplet: BC, B0 and 97. RGB value is (188,176,151). Sum of RGB (Red+Green+Blue) = 188+176+151=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB097 is #434F68. Grayscale: #B0B0B0. Windows color (decimal): -4411241 or 9941180. OLE color: 9941180.

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

Color convert

RGB 188 176 151 -
CMYK 0 0.06 0.20 0.26
HSL 40.54º 0.22% 0.66% -
HSV(B) 40.54º 0.2% 0.74% -
XYZ 41.85 43.98 35.56 -
YUV 176.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 188 176 151 0 0.06 0.20 0.26 40.54 0.22 0.66
Hex BC B0 97 0 6 14 1A 29 16 42
Octal 274 260 227 0 6 24 32 51 26 102
Binary 10111100 10110000 10010111 0 110 10100 11010 101001 10110 1000010

Color Harmonies of #BCB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB097

Black with #BCB097

Text Example


Text Example

White with #BCB097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB097; }

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

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

background-color css

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

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

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

border-color css

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

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

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