Html Css Color HEX #BCB49B Akaroa

📋 copy color: '#BCB49B'

red 188 ◦ green 180 ◦ blue 155

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

Shades of Akaroa #BCB49B

Tints of Akaroa #BCB49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.64%

R = 35.95%
G = 34.42%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCB49B (or 0xBCB49B) is known color: Akaroa. HEX triplet: BC, B4 and 9B. RGB value is (188,180,155). Sum of RGB (Red+Green+Blue) = 188+180+155=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB49B is #434B64. Grayscale: #B3B3B3. Windows color (decimal): -4410213 or 10204348. OLE color: 10204348.

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

Color convert

RGB 188 180 155 -
CMYK 0 0.04 0.18 0.26
HSL 45.45º 0.2% 0.67% -
HSV(B) 45.45º 0.18% 0.74% -
XYZ 42.98 45.7 37.57 -
YUV 179.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 188 180 155 0 0.04 0.18 0.26 45.45 0.2 0.67
Hex BC B4 9B 0 4 12 1A 2D 14 43
Octal 274 264 233 0 4 22 32 55 24 103
Binary 10111100 10110100 10011011 0 100 10010 11010 101101 10100 1000011

Color Harmonies of #BCB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB49B

Black with #BCB49B

Text Example


Text Example

White with #BCB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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