Html Css Color HEX #BCB299 Akaroa

📋 copy color: '#BCB299'

red 188 ◦ green 178 ◦ blue 153

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

Shades of Akaroa #BCB299

Tints of Akaroa #BCB299

RGB

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

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

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

R = 36.22%
G = 34.3%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCB299 (or 0xBCB299) is known color: Akaroa. HEX triplet: BC, B2 and 99. RGB value is (188,178,153). Sum of RGB (Red+Green+Blue) = 188+178+153=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB299 is #434D66. Grayscale: #B2B2B2. Windows color (decimal): -4410727 or 10072764. OLE color: 10072764.

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

Color convert

RGB 188 178 153 -
CMYK 0 0.05 0.19 0.26
HSL 42.86º 0.21% 0.67% -
HSV(B) 42.86º 0.19% 0.74% -
XYZ 42.41 44.83 36.56 -
YUV 178.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 188 178 153 0 0.05 0.19 0.26 42.86 0.21 0.67
Hex BC B2 99 0 5 13 1A 2B 15 43
Octal 274 262 231 0 5 23 32 53 25 103
Binary 10111100 10110010 10011001 0 101 10011 11010 101011 10101 1000011

Color Harmonies of #BCB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB299

Black with #BCB299

Text Example


Text Example

White with #BCB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB299; }

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

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

background-color css

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

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

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

border-color css

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

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

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