Html Css Color HEX #BCB199 Akaroa

📋 copy color: '#BCB199'

red 188 ◦ green 177 ◦ blue 153

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

Shades of Akaroa #BCB199

Tints of Akaroa #BCB199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.54%

R = 36.29%
G = 34.17%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCB199 (or 0xBCB199) is known color: Akaroa. HEX triplet: BC, B1 and 99. RGB value is (188,177,153). Sum of RGB (Red+Green+Blue) = 188+177+153=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB199 is #434E66. Grayscale: #B1B1B1. Windows color (decimal): -4410983 or 10072508. OLE color: 10072508.

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

Color convert

RGB 188 177 153 -
CMYK 0 0.06 0.19 0.26
HSL 41.14º 0.21% 0.67% -
HSV(B) 41.14º 0.19% 0.74% -
XYZ 42.21 44.44 36.49 -
YUV 177.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 188 177 153 0 0.06 0.19 0.26 41.14 0.21 0.67
Hex BC B1 99 0 6 13 1A 29 15 43
Octal 274 261 231 0 6 23 32 51 25 103
Binary 10111100 10110001 10011001 0 110 10011 11010 101001 10101 1000011

Color Harmonies of #BCB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB199

Black with #BCB199

Text Example


Text Example

White with #BCB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB199; }

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

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

background-color css

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

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

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

border-color css

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

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

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