Html Css Color HEX #BCB29A Akaroa

📋 copy color: '#BCB29A'

red 188 ◦ green 178 ◦ blue 154

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

Shades of Akaroa #BCB29A

Tints of Akaroa #BCB29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.62%

R = 36.15%
G = 34.23%
B = 29.62%

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

#BCB29A (or 0xBCB29A) is known color: Akaroa. HEX triplet: BC, B2 and 9A. RGB value is (188,178,154). Sum of RGB (Red+Green+Blue) = 188+178+154=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB29A is #434D65. Grayscale: #B2B2B2. Windows color (decimal): -4410726 or 10138300. OLE color: 10138300.

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

Color convert

RGB 188 178 154 -
CMYK 0 0.05 0.18 0.26
HSL 42.35º 0.2% 0.67% -
HSV(B) 42.35º 0.18% 0.74% -
XYZ 42.49 44.87 36.99 -
YUV 178.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 188 178 154 0 0.05 0.18 0.26 42.35 0.2 0.67
Hex BC B2 9A 0 5 12 1A 2A 14 43
Octal 274 262 232 0 5 22 32 52 24 103
Binary 10111100 10110010 10011010 0 101 10010 11010 101010 10100 1000011

Color Harmonies of #BCB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB29A

Black with #BCB29A

Text Example


Text Example

White with #BCB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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