Html Css Color HEX #BFAC95 Akaroa

📋 copy color: '#BFAC95'

red 191 ◦ green 172 ◦ blue 149

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

Shades of Akaroa #BFAC95

Tints of Akaroa #BFAC95

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.59%

 BLUE value IS 149 (58.59% from 255) = 29.1%

R = 37.3%
G = 33.59%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BFAC95 (or 0xBFAC95) is known color: Akaroa. HEX triplet: BF, AC and 95. RGB value is (191,172,149). Sum of RGB (Red+Green+Blue) = 191+172+149=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC95 is #40536A. Grayscale: #AFAFAF. Windows color (decimal): -4215659 or 9809087. OLE color: 9809087.

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

Color convert

RGB 191 172 149 -
CMYK 0 0.10 0.22 0.25
HSL 32.86º 0.25% 0.67% -
HSV(B) 32.86º 0.22% 0.75% -
XYZ 41.66 42.75 34.49 -
YUV 175.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 191 172 149 0 0.10 0.22 0.25 32.86 0.25 0.67
Hex BF AC 95 0 A 16 19 21 19 43
Octal 277 254 225 0 12 26 31 41 31 103
Binary 10111111 10101100 10010101 0 1010 10110 11001 100001 11001 1000011

Color Harmonies of #BFAC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC95

Black with #BFAC95

Text Example


Text Example

White with #BFAC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC95; }

 p { color: rgb(191,172,149); }

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

background-color css

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

 a { background-color: rgb(191,172,149); }

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

border-color css

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

 span { border-color: rgb(191,172,149); }

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