Html Css Color HEX #BCB194 Akaroa

📋 copy color: '#BCB194'

red 188 ◦ green 177 ◦ blue 148

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

Shades of Akaroa #BCB194

Tints of Akaroa #BCB194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 36.65%
G = 34.5%
B = 28.85%

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

#BCB194 (or 0xBCB194) is known color: Akaroa. HEX triplet: BC, B1 and 94. RGB value is (188,177,148). Sum of RGB (Red+Green+Blue) = 188+177+148=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB194 is #434E6B. Grayscale: #B1B1B1. Windows color (decimal): -4410988 or 9744828. OLE color: 9744828.

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

Color convert

RGB 188 177 148 -
CMYK 0 0.06 0.21 0.26
HSL 43.5º 0.23% 0.66% -
HSV(B) 43.5º 0.21% 0.74% -
XYZ 41.81 44.27 34.36 -
YUV 176.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 188 177 148 0 0.06 0.21 0.26 43.5 0.23 0.66
Hex BC B1 94 0 6 15 1A 2C 17 42
Octal 274 261 224 0 6 25 32 54 27 102
Binary 10111100 10110001 10010100 0 110 10101 11010 101100 10111 1000010

Color Harmonies of #BCB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB194

Black with #BCB194

Text Example


Text Example

White with #BCB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB194; }

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

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

background-color css

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

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

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

border-color css

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

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

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