Html Css Color HEX #BCB497 Akaroa

📋 copy color: '#BCB497'

red 188 ◦ green 180 ◦ blue 151

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

Shades of Akaroa #BCB497

Tints of Akaroa #BCB497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.09%

R = 36.22%
G = 34.68%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCB497 (or 0xBCB497) is known color: Akaroa. HEX triplet: BC, B4 and 97. RGB value is (188,180,151). Sum of RGB (Red+Green+Blue) = 188+180+151=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB497 is #434B68. Grayscale: #B3B3B3. Windows color (decimal): -4410217 or 9942204. OLE color: 9942204.

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

Color convert

RGB 188 180 151 -
CMYK 0 0.04 0.20 0.26
HSL 47.03º 0.22% 0.66% -
HSV(B) 47.03º 0.2% 0.74% -
XYZ 42.65 45.57 35.83 -
YUV 179.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 188 180 151 0 0.04 0.20 0.26 47.03 0.22 0.66
Hex BC B4 97 0 4 14 1A 2F 16 42
Octal 274 264 227 0 4 24 32 57 26 102
Binary 10111100 10110100 10010111 0 100 10100 11010 101111 10110 1000010

Color Harmonies of #BCB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB497

Black with #BCB497

Text Example


Text Example

White with #BCB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB497; }

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

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

background-color css

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

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

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

border-color css

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

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

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