Html Css Color HEX #BCB499 Akaroa

📋 copy color: '#BCB499'

red 188 ◦ green 180 ◦ blue 153

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

Shades of Akaroa #BCB499

Tints of Akaroa #BCB499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.37%

R = 36.08%
G = 34.55%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCB499 (or 0xBCB499) is known color: Akaroa. HEX triplet: BC, B4 and 99. RGB value is (188,180,153). Sum of RGB (Red+Green+Blue) = 188+180+153=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB499 is #434B66. Grayscale: #B3B3B3. Windows color (decimal): -4410215 or 10073276. OLE color: 10073276.

HSL color Cylindrical-coordinate representation of color #BCB499: hue angle of 46.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB499 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 153 -
CMYK 0 0.04 0.19 0.26
HSL 46.29º 0.21% 0.67% -
HSV(B) 46.29º 0.19% 0.74% -
XYZ 42.81 45.63 36.69 -
YUV 179.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 188 180 153 0 0.04 0.19 0.26 46.29 0.21 0.67
Hex BC B4 99 0 4 13 1A 2E 15 43
Octal 274 264 231 0 4 23 32 56 25 103
Binary 10111100 10110100 10011001 0 100 10011 11010 101110 10101 1000011

Color Harmonies of #BCB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB499

Black with #BCB499

Text Example


Text Example

White with #BCB499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB499; }

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

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

background-color css

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

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

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

border-color css

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

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

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