Html Css Color HEX #BCB49D Akaroa

📋 copy color: '#BCB49D'

red 188 ◦ green 180 ◦ blue 157

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

Shades of Akaroa #BCB49D

Tints of Akaroa #BCB49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.29%

 BLUE value IS 157 (61.72% from 255) = 29.9%

R = 35.81%
G = 34.29%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCB49D (or 0xBCB49D) is known color: Akaroa. HEX triplet: BC, B4 and 9D. RGB value is (188,180,157). Sum of RGB (Red+Green+Blue) = 188+180+157=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB49D is #434B62. Grayscale: #B3B3B3. Windows color (decimal): -4410211 or 10335420. OLE color: 10335420.

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

Color convert

RGB 188 180 157 -
CMYK 0 0.04 0.16 0.26
HSL 44.52º 0.19% 0.68% -
HSV(B) 44.52º 0.16% 0.74% -
XYZ 43.15 45.77 38.46 -
YUV 179.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 188 180 157 0 0.04 0.16 0.26 44.52 0.19 0.68
Hex BC B4 9D 0 4 10 1A 2D 13 44
Octal 274 264 235 0 4 20 32 55 23 104
Binary 10111100 10110100 10011101 0 100 10000 11010 101101 10011 1000100

Color Harmonies of #BCB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB49D

Black with #BCB49D

Text Example


Text Example

White with #BCB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB49D; }

 p { color: rgb(188,180,157); }

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

background-color css

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

 a { background-color: rgb(188,180,157); }

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

border-color css

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

 span { border-color: rgb(188,180,157); }

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