Html Css Color HEX #BCB39B Akaroa

📋 copy color: '#BCB39B'

red 188 ◦ green 179 ◦ blue 155

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

Shades of Akaroa #BCB39B

Tints of Akaroa #BCB39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.69%

R = 36.02%
G = 34.29%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCB39B (or 0xBCB39B) is known color: Akaroa. HEX triplet: BC, B3 and 9B. RGB value is (188,179,155). Sum of RGB (Red+Green+Blue) = 188+179+155=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB39B is #434C64. Grayscale: #B3B3B3. Windows color (decimal): -4410469 or 10204092. OLE color: 10204092.

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

Color convert

RGB 188 179 155 -
CMYK 0 0.05 0.18 0.26
HSL 43.64º 0.2% 0.67% -
HSV(B) 43.64º 0.18% 0.74% -
XYZ 42.78 45.3 37.5 -
YUV 178.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 188 179 155 0 0.05 0.18 0.26 43.64 0.2 0.67
Hex BC B3 9B 0 5 12 1A 2C 14 43
Octal 274 263 233 0 5 22 32 54 24 103
Binary 10111100 10110011 10011011 0 101 10010 11010 101100 10100 1000011

Color Harmonies of #BCB39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB39B

Black with #BCB39B

Text Example


Text Example

White with #BCB39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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