Html Css Color HEX #BFB196 Akaroa

📋 copy color: '#BFB196'

red 191 ◦ green 177 ◦ blue 150

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

Shades of Akaroa #BFB196

Tints of Akaroa #BFB196

RGB

 RED value IS 191 (75% from 255) = 36.87%

 GREEN value IS 177 (69.53% from 255) = 34.17%

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 36.87%
G = 34.17%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BFB196 (or 0xBFB196) is known color: Akaroa. HEX triplet: BF, B1 and 96. RGB value is (191,177,150). Sum of RGB (Red+Green+Blue) = 191+177+150=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB196 is #404E69. Grayscale: #B2B2B2. Windows color (decimal): -4214378 or 9875903. OLE color: 9875903.

HSL color Cylindrical-coordinate representation of color #BFB196: hue angle of 39.51º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFB196 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 150 -
CMYK 0 0.07 0.21 0.25
HSL 39.51º 0.24% 0.67% -
HSV(B) 39.51º 0.21% 0.75% -
XYZ 42.71 44.72 35.24 -
YUV 178.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 191 177 150 0 0.07 0.21 0.25 39.51 0.24 0.67
Hex BF B1 96 0 7 15 19 28 18 43
Octal 277 261 226 0 7 25 31 50 30 103
Binary 10111111 10110001 10010110 0 111 10101 11001 101000 11000 1000011

Color Harmonies of #BFB196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB196

Black with #BFB196

Text Example


Text Example

White with #BFB196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB196; }

 p { color: rgb(191,177,150); }

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

background-color css

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

 a { background-color: rgb(191,177,150); }

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

border-color css

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

 span { border-color: rgb(191,177,150); }

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