Html Css Color HEX #BCB19E Akaroa

📋 copy color: '#BCB19E'

red 188 ◦ green 177 ◦ blue 158

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

Shades of Akaroa #BCB19E

Tints of Akaroa #BCB19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.21%

R = 35.95%
G = 33.84%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCB19E (or 0xBCB19E) is known color: Akaroa. HEX triplet: BC, B1 and 9E. RGB value is (188,177,158). Sum of RGB (Red+Green+Blue) = 188+177+158=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB19E is #434E61. Grayscale: #B2B2B2. Windows color (decimal): -4410978 or 10400188. OLE color: 10400188.

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

Color convert

RGB 188 177 158 -
CMYK 0 0.06 0.16 0.26
HSL 38º 0.18% 0.68% -
HSV(B) 38º 0.16% 0.74% -
XYZ 42.63 44.6 38.71 -
YUV 178.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 188 177 158 0 0.06 0.16 0.26 38 0.18 0.68
Hex BC B1 9E 0 6 10 1A 26 12 44
Octal 274 261 236 0 6 20 32 46 22 104
Binary 10111100 10110001 10011110 0 110 10000 11010 100110 10010 1000100

Color Harmonies of #BCB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB19E

Black with #BCB19E

Text Example


Text Example

White with #BCB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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