Html Css Color HEX #BCB099 Akaroa

📋 copy color: '#BCB099'

red 188 ◦ green 176 ◦ blue 153

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

Shades of Akaroa #BCB099

Tints of Akaroa #BCB099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.04%

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

R = 36.36%
G = 34.04%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCB099 (or 0xBCB099) is known color: Akaroa. HEX triplet: BC, B0 and 99. RGB value is (188,176,153). Sum of RGB (Red+Green+Blue) = 188+176+153=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB099 is #434F66. Grayscale: #B1B1B1. Windows color (decimal): -4411239 or 10072252. OLE color: 10072252.

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

Color convert

RGB 188 176 153 -
CMYK 0 0.06 0.19 0.26
HSL 39.43º 0.21% 0.67% -
HSV(B) 39.43º 0.19% 0.74% -
XYZ 42.01 44.04 36.42 -
YUV 176.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 188 176 153 0 0.06 0.19 0.26 39.43 0.21 0.67
Hex BC B0 99 0 6 13 1A 27 15 43
Octal 274 260 231 0 6 23 32 47 25 103
Binary 10111100 10110000 10011001 0 110 10011 11010 100111 10101 1000011

Color Harmonies of #BCB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB099

Black with #BCB099

Text Example


Text Example

White with #BCB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB099; }

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

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

background-color css

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

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

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

border-color css

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

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

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