Html Css Color HEX #BFB190 Akaroa

📋 copy color: '#BFB190'

red 191 ◦ green 177 ◦ blue 144

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

Shades of Akaroa #BFB190

Tints of Akaroa #BFB190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 37.3%
G = 34.57%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFB190 (or 0xBFB190) is known color: Akaroa. HEX triplet: BF, B1 and 90. RGB value is (191,177,144). Sum of RGB (Red+Green+Blue) = 191+177+144=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB190 is #404E6F. Grayscale: #B1B1B1. Windows color (decimal): -4214384 or 9482687. OLE color: 9482687.

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

Color convert

RGB 191 177 144 -
CMYK 0 0.07 0.25 0.25
HSL 42.13º 0.27% 0.66% -
HSV(B) 42.13º 0.25% 0.75% -
XYZ 42.24 44.53 32.76 -
YUV 177.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 191 177 144 0 0.07 0.25 0.25 42.13 0.27 0.66
Hex BF B1 90 0 7 19 19 2A 1B 42
Octal 277 261 220 0 7 31 31 52 33 102
Binary 10111111 10110001 10010000 0 111 11001 11001 101010 11011 1000010

Color Harmonies of #BFB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB190

Black with #BFB190

Text Example


Text Example

White with #BFB190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB190; }

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

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

background-color css

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

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

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

border-color css

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

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

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