Html Css Color HEX #BCB49A Akaroa

📋 copy color: '#BCB49A'

red 188 ◦ green 180 ◦ blue 154

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

Shades of Akaroa #BCB49A

Tints of Akaroa #BCB49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.5%

R = 36.02%
G = 34.48%
B = 29.5%

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

#BCB49A (or 0xBCB49A) is known color: Akaroa. HEX triplet: BC, B4 and 9A. RGB value is (188,180,154). Sum of RGB (Red+Green+Blue) = 188+180+154=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB49A is #434B65. Grayscale: #B3B3B3. Windows color (decimal): -4410214 or 10138812. OLE color: 10138812.

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

Color convert

RGB 188 180 154 -
CMYK 0 0.04 0.18 0.26
HSL 45.88º 0.2% 0.67% -
HSV(B) 45.88º 0.18% 0.74% -
XYZ 42.89 45.67 37.13 -
YUV 179.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 188 180 154 0 0.04 0.18 0.26 45.88 0.2 0.67
Hex BC B4 9A 0 4 12 1A 2E 14 43
Octal 274 264 232 0 4 22 32 56 24 103
Binary 10111100 10110100 10011010 0 100 10010 11010 101110 10100 1000011

Color Harmonies of #BCB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB49A

Black with #BCB49A

Text Example


Text Example

White with #BCB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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