Html Css Color HEX #BCB39E Akaroa

📋 copy color: '#BCB39E'

red 188 ◦ green 179 ◦ blue 158

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

Shades of Akaroa #BCB39E

Tints of Akaroa #BCB39E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.1%

 BLUE value IS 158 (62.11% from 255) = 30.1%

R = 35.81%
G = 34.1%
B = 30.1%

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

#BCB39E (or 0xBCB39E) is known color: Akaroa. HEX triplet: BC, B3 and 9E. RGB value is (188,179,158). Sum of RGB (Red+Green+Blue) = 188+179+158=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB39E is #434C61. Grayscale: #B3B3B3. Windows color (decimal): -4410466 or 10400700. OLE color: 10400700.

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

Color convert

RGB 188 179 158 -
CMYK 0 0.05 0.16 0.26
HSL 42º 0.18% 0.68% -
HSV(B) 42º 0.16% 0.74% -
XYZ 43.03 45.4 38.84 -
YUV 179.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 188 179 158 0 0.05 0.16 0.26 42 0.18 0.68
Hex BC B3 9E 0 5 10 1A 2A 12 44
Octal 274 263 236 0 5 20 32 52 22 104
Binary 10111100 10110011 10011110 0 101 10000 11010 101010 10010 1000100

Color Harmonies of #BCB39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB39E

Black with #BCB39E

Text Example


Text Example

White with #BCB39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB39E; }

 p { color: rgb(188,179,158); }

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

background-color css

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

 a { background-color: rgb(188,179,158); }

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

border-color css

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

 span { border-color: rgb(188,179,158); }

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