Html Css Color HEX #BCB29B Akaroa

📋 copy color: '#BCB29B'

red 188 ◦ green 178 ◦ blue 155

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

Shades of Akaroa #BCB29B

Tints of Akaroa #BCB29B

RGB

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

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

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

R = 36.08%
G = 34.17%
B = 29.75%

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

#BCB29B (or 0xBCB29B) is known color: Akaroa. HEX triplet: BC, B2 and 9B. RGB value is (188,178,155). Sum of RGB (Red+Green+Blue) = 188+178+155=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB29B is #434D64. Grayscale: #B2B2B2. Windows color (decimal): -4410725 or 10203836. OLE color: 10203836.

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

Color convert

RGB 188 178 155 -
CMYK 0 0.05 0.18 0.26
HSL 41.82º 0.2% 0.67% -
HSV(B) 41.82º 0.18% 0.74% -
XYZ 42.58 44.9 37.43 -
YUV 178.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 188 178 155 0 0.05 0.18 0.26 41.82 0.2 0.67
Hex BC B2 9B 0 5 12 1A 2A 14 43
Octal 274 262 233 0 5 22 32 52 24 103
Binary 10111100 10110010 10011011 0 101 10010 11010 101010 10100 1000011

Color Harmonies of #BCB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB29B

Black with #BCB29B

Text Example


Text Example

White with #BCB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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