Html Css Color HEX #BFB193 Akaroa

📋 copy color: '#BFB193'

red 191 ◦ green 177 ◦ blue 147

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

Shades of Akaroa #BFB193

Tints of Akaroa #BFB193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 37.09%
G = 34.37%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFB193 (or 0xBFB193) is known color: Akaroa. HEX triplet: BF, B1 and 93. RGB value is (191,177,147). Sum of RGB (Red+Green+Blue) = 191+177+147=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB193 is #404E6C. Grayscale: #B1B1B1. Windows color (decimal): -4214381 or 9679295. OLE color: 9679295.

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

Color convert

RGB 191 177 147 -
CMYK 0 0.07 0.23 0.25
HSL 40.91º 0.26% 0.66% -
HSV(B) 40.91º 0.23% 0.75% -
XYZ 42.47 44.63 33.98 -
YUV 177.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 191 177 147 0 0.07 0.23 0.25 40.91 0.26 0.66
Hex BF B1 93 0 7 17 19 29 1A 42
Octal 277 261 223 0 7 27 31 51 32 102
Binary 10111111 10110001 10010011 0 111 10111 11001 101001 11010 1000010

Color Harmonies of #BFB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB193

Black with #BFB193

Text Example


Text Example

White with #BFB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB193; }

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

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

background-color css

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

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

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

border-color css

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

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

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