Html Css Color HEX #BCB39D Akaroa

📋 copy color: '#BCB39D'

red 188 ◦ green 179 ◦ blue 157

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

Shades of Akaroa #BCB39D

Tints of Akaroa #BCB39D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.96%

R = 35.88%
G = 34.16%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCB39D (or 0xBCB39D) is known color: Akaroa. HEX triplet: BC, B3 and 9D. RGB value is (188,179,157). Sum of RGB (Red+Green+Blue) = 188+179+157=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB39D is #434C62. Grayscale: #B3B3B3. Windows color (decimal): -4410467 or 10335164. OLE color: 10335164.

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

Color convert

RGB 188 179 157 -
CMYK 0 0.05 0.16 0.26
HSL 42.58º 0.19% 0.68% -
HSV(B) 42.58º 0.16% 0.74% -
XYZ 42.94 45.37 38.39 -
YUV 179.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 188 179 157 0 0.05 0.16 0.26 42.58 0.19 0.68
Hex BC B3 9D 0 5 10 1A 2B 13 44
Octal 274 263 235 0 5 20 32 53 23 104
Binary 10111100 10110011 10011101 0 101 10000 11010 101011 10011 1000100

Color Harmonies of #BCB39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB39D

Black with #BCB39D

Text Example


Text Example

White with #BCB39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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