Html Css Color HEX #BCB29E Akaroa

📋 copy color: '#BCB29E'

red 188 ◦ green 178 ◦ blue 158

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

Shades of Akaroa #BCB29E

Tints of Akaroa #BCB29E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.97%

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

R = 35.88%
G = 33.97%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCB29E (or 0xBCB29E) is known color: Akaroa. HEX triplet: BC, B2 and 9E. RGB value is (188,178,158). Sum of RGB (Red+Green+Blue) = 188+178+158=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB29E is #434D61. Grayscale: #B2B2B2. Windows color (decimal): -4410722 or 10400444. OLE color: 10400444.

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

Color convert

RGB 188 178 158 -
CMYK 0 0.05 0.16 0.26
HSL 40º 0.18% 0.68% -
HSV(B) 40º 0.16% 0.74% -
XYZ 42.83 45 38.78 -
YUV 178.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 188 178 158 0 0.05 0.16 0.26 40 0.18 0.68
Hex BC B2 9E 0 5 10 1A 28 12 44
Octal 274 262 236 0 5 20 32 50 22 104
Binary 10111100 10110010 10011110 0 101 10000 11010 101000 10010 1000100

Color Harmonies of #BCB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB29E

Black with #BCB29E

Text Example


Text Example

White with #BCB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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