Html Css Color HEX #BCB09D Akaroa

📋 copy color: '#BCB09D'

red 188 ◦ green 176 ◦ blue 157

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

Shades of Akaroa #BCB09D

Tints of Akaroa #BCB09D

RGB

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

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

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

R = 36.08%
G = 33.78%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCB09D (or 0xBCB09D) is known color: Akaroa. HEX triplet: BC, B0 and 9D. RGB value is (188,176,157). Sum of RGB (Red+Green+Blue) = 188+176+157=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB09D is #434F62. Grayscale: #B1B1B1. Windows color (decimal): -4411235 or 10334396. OLE color: 10334396.

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

Color convert

RGB 188 176 157 -
CMYK 0 0.06 0.16 0.26
HSL 36.77º 0.19% 0.68% -
HSV(B) 36.77º 0.16% 0.74% -
XYZ 42.35 44.18 38.19 -
YUV 177.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 188 176 157 0 0.06 0.16 0.26 36.77 0.19 0.68
Hex BC B0 9D 0 6 10 1A 25 13 44
Octal 274 260 235 0 6 20 32 45 23 104
Binary 10111100 10110000 10011101 0 110 10000 11010 100101 10011 1000100

Color Harmonies of #BCB09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB09D

Black with #BCB09D

Text Example


Text Example

White with #BCB09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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