Html Css Color HEX #BFAB90 Akaroa

📋 copy color: '#BFAB90'

red 191 ◦ green 171 ◦ blue 144

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

Shades of Akaroa #BFAB90

Tints of Akaroa #BFAB90

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.79%

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

R = 37.75%
G = 33.79%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFAB90 (or 0xBFAB90) is known color: Akaroa. HEX triplet: BF, AB and 90. RGB value is (191,171,144). Sum of RGB (Red+Green+Blue) = 191+171+144=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB90 is #40546F. Grayscale: #AEAEAE. Windows color (decimal): -4215920 or 9481151. OLE color: 9481151.

HSL color Cylindrical-coordinate representation of color #BFAB90: hue angle of 34.47º 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 #BFAB90 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 144 -
CMYK 0 0.10 0.25 0.25
HSL 34.47º 0.27% 0.66% -
HSV(B) 34.47º 0.25% 0.75% -
XYZ 41.08 42.22 32.37 -
YUV 173.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 191 171 144 0 0.10 0.25 0.25 34.47 0.27 0.66
Hex BF AB 90 0 A 19 19 22 1B 42
Octal 277 253 220 0 12 31 31 42 33 102
Binary 10111111 10101011 10010000 0 1010 11001 11001 100010 11011 1000010

Color Harmonies of #BFAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB90

Black with #BFAB90

Text Example


Text Example

White with #BFAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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