Html Css Color HEX #BCB09B Akaroa

📋 copy color: '#BCB09B'

red 188 ◦ green 176 ◦ blue 155

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

Shades of Akaroa #BCB09B

Tints of Akaroa #BCB09B

RGB

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

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

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

R = 36.22%
G = 33.91%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCB09B (or 0xBCB09B) is known color: Akaroa. HEX triplet: BC, B0 and 9B. RGB value is (188,176,155). Sum of RGB (Red+Green+Blue) = 188+176+155=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB09B is #434F64. Grayscale: #B1B1B1. Windows color (decimal): -4411237 or 10203324. OLE color: 10203324.

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

Color convert

RGB 188 176 155 -
CMYK 0 0.06 0.18 0.26
HSL 38.18º 0.2% 0.67% -
HSV(B) 38.18º 0.18% 0.74% -
XYZ 42.18 44.11 37.3 -
YUV 177.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 188 176 155 0 0.06 0.18 0.26 38.18 0.2 0.67
Hex BC B0 9B 0 6 12 1A 26 14 43
Octal 274 260 233 0 6 22 32 46 24 103
Binary 10111100 10110000 10011011 0 110 10010 11010 100110 10100 1000011

Color Harmonies of #BCB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB09B

Black with #BCB09B

Text Example


Text Example

White with #BCB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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