Html Css Color HEX #BFAB93 Akaroa

📋 copy color: '#BFAB93'

red 191 ◦ green 171 ◦ blue 147

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

Shades of Akaroa #BFAB93

Tints of Akaroa #BFAB93

RGB

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

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

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

R = 37.52%
G = 33.6%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFAB93 (or 0xBFAB93) is known color: Akaroa. HEX triplet: BF, AB and 93. RGB value is (191,171,147). Sum of RGB (Red+Green+Blue) = 191+171+147=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB93 is #40546C. Grayscale: #AEAEAE. Windows color (decimal): -4215917 or 9677759. OLE color: 9677759.

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

Color convert

RGB 191 171 147 -
CMYK 0 0.10 0.23 0.25
HSL 32.73º 0.26% 0.66% -
HSV(B) 32.73º 0.23% 0.75% -
XYZ 41.32 42.31 33.59 -
YUV 174.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 191 171 147 0 0.10 0.23 0.25 32.73 0.26 0.66
Hex BF AB 93 0 A 17 19 21 1A 42
Octal 277 253 223 0 12 27 31 41 32 102
Binary 10111111 10101011 10010011 0 1010 10111 11001 100001 11010 1000010

Color Harmonies of #BFAB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB93

Black with #BFAB93

Text Example


Text Example

White with #BFAB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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