Html Css Color HEX #BCB095 Akaroa

📋 copy color: '#BCB095'

red 188 ◦ green 176 ◦ blue 149

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

Shades of Akaroa #BCB095

Tints of Akaroa #BCB095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 36.65%
G = 34.31%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCB095 (or 0xBCB095) is known color: Akaroa. HEX triplet: BC, B0 and 95. RGB value is (188,176,149). Sum of RGB (Red+Green+Blue) = 188+176+149=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB095 is #434F6A. Grayscale: #B0B0B0. Windows color (decimal): -4411243 or 9810108. OLE color: 9810108.

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

Color convert

RGB 188 176 149 -
CMYK 0 0.06 0.21 0.26
HSL 41.54º 0.23% 0.66% -
HSV(B) 41.54º 0.21% 0.74% -
XYZ 41.69 43.91 34.71 -
YUV 176.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 188 176 149 0 0.06 0.21 0.26 41.54 0.23 0.66
Hex BC B0 95 0 6 15 1A 2A 17 42
Octal 274 260 225 0 6 25 32 52 27 102
Binary 10111100 10110000 10010101 0 110 10101 11010 101010 10111 1000010

Color Harmonies of #BCB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB095

Black with #BCB095

Text Example


Text Example

White with #BCB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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