Html Css Color HEX #BCB296 Akaroa

📋 copy color: '#BCB296'

red 188 ◦ green 178 ◦ blue 150

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

Shades of Akaroa #BCB296

Tints of Akaroa #BCB296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.07%

R = 36.43%
G = 34.5%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCB296 (or 0xBCB296) is known color: Akaroa. HEX triplet: BC, B2 and 96. RGB value is (188,178,150). Sum of RGB (Red+Green+Blue) = 188+178+150=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB296 is #434D69. Grayscale: #B1B1B1. Windows color (decimal): -4410730 or 9876156. OLE color: 9876156.

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

Color convert

RGB 188 178 150 -
CMYK 0 0.05 0.20 0.26
HSL 44.21º 0.22% 0.66% -
HSV(B) 44.21º 0.2% 0.74% -
XYZ 42.16 44.73 35.27 -
YUV 177.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 188 178 150 0 0.05 0.20 0.26 44.21 0.22 0.66
Hex BC B2 96 0 5 14 1A 2C 16 42
Octal 274 262 226 0 5 24 32 54 26 102
Binary 10111100 10110010 10010110 0 101 10100 11010 101100 10110 1000010

Color Harmonies of #BCB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB296

Black with #BCB296

Text Example


Text Example

White with #BCB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB296; }

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

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

background-color css

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

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

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

border-color css

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

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

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