Html Css Color HEX #BCB59E Akaroa

📋 copy color: '#BCB59E'

red 188 ◦ green 181 ◦ blue 158

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

Shades of Akaroa #BCB59E

Tints of Akaroa #BCB59E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.35%

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

R = 35.67%
G = 34.35%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCB59E (or 0xBCB59E) is known color: Akaroa. HEX triplet: BC, B5 and 9E. RGB value is (188,181,158). Sum of RGB (Red+Green+Blue) = 188+181+158=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB59E is #434A61. Grayscale: #B4B4B4. Windows color (decimal): -4409954 or 10401212. OLE color: 10401212.

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

Color convert

RGB 188 181 158 -
CMYK 0 0.04 0.16 0.26
HSL 46º 0.18% 0.68% -
HSV(B) 46º 0.16% 0.74% -
XYZ 43.43 46.21 38.98 -
YUV 180.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 188 181 158 0 0.04 0.16 0.26 46 0.18 0.68
Hex BC B5 9E 0 4 10 1A 2E 12 44
Octal 274 265 236 0 4 20 32 56 22 104
Binary 10111100 10110101 10011110 0 100 10000 11010 101110 10010 1000100

Color Harmonies of #BCB59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB59E

Black with #BCB59E

Text Example


Text Example

White with #BCB59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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