Html Css Color HEX #BCB29D Akaroa

📋 copy color: '#BCB29D'

red 188 ◦ green 178 ◦ blue 157

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

Shades of Akaroa #BCB29D

Tints of Akaroa #BCB29D

RGB

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

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

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

R = 35.95%
G = 34.03%
B = 30.02%

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

#BCB29D (or 0xBCB29D) is known color: Akaroa. HEX triplet: BC, B2 and 9D. RGB value is (188,178,157). Sum of RGB (Red+Green+Blue) = 188+178+157=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB29D is #434D62. Grayscale: #B2B2B2. Windows color (decimal): -4410723 or 10334908. OLE color: 10334908.

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

Color convert

RGB 188 178 157 -
CMYK 0 0.05 0.16 0.26
HSL 40.65º 0.19% 0.68% -
HSV(B) 40.65º 0.16% 0.74% -
XYZ 42.75 44.97 38.32 -
YUV 178.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 188 178 157 0 0.05 0.16 0.26 40.65 0.19 0.68
Hex BC B2 9D 0 5 10 1A 29 13 44
Octal 274 262 235 0 5 20 32 51 23 104
Binary 10111100 10110010 10011101 0 101 10000 11010 101001 10011 1000100

Color Harmonies of #BCB29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB29D

Black with #BCB29D

Text Example


Text Example

White with #BCB29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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