Html Css Color HEX #BCB395 Akaroa

📋 copy color: '#BCB395'

red 188 ◦ green 179 ◦ blue 149

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

Shades of Akaroa #BCB395

Tints of Akaroa #BCB395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.69%

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

R = 36.43%
G = 34.69%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCB395 (or 0xBCB395) is known color: Akaroa. HEX triplet: BC, B3 and 95. RGB value is (188,179,149). Sum of RGB (Red+Green+Blue) = 188+179+149=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB395 is #434C6A. Grayscale: #B2B2B2. Windows color (decimal): -4410475 or 9810876. OLE color: 9810876.

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

Color convert

RGB 188 179 149 -
CMYK 0 0.05 0.21 0.26
HSL 46.15º 0.23% 0.66% -
HSV(B) 46.15º 0.21% 0.74% -
XYZ 42.28 45.1 34.91 -
YUV 178.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 188 179 149 0 0.05 0.21 0.26 46.15 0.23 0.66
Hex BC B3 95 0 5 15 1A 2E 17 42
Octal 274 263 225 0 5 25 32 56 27 102
Binary 10111100 10110011 10010101 0 101 10101 11010 101110 10111 1000010

Color Harmonies of #BCB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB395

Black with #BCB395

Text Example


Text Example

White with #BCB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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