Html Css Color HEX #BFB095 Akaroa

📋 copy color: '#BFB095'

red 191 ◦ green 176 ◦ blue 149

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

Shades of Akaroa #BFB095

Tints of Akaroa #BFB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.11%

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

R = 37.02%
G = 34.11%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BFB095 (or 0xBFB095) is known color: Akaroa. HEX triplet: BF, B0 and 95. RGB value is (191,176,149). Sum of RGB (Red+Green+Blue) = 191+176+149=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB095 is #404F6A. Grayscale: #B1B1B1. Windows color (decimal): -4214635 or 9810111. OLE color: 9810111.

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

Color convert

RGB 191 176 149 -
CMYK 0 0.08 0.22 0.25
HSL 38.57º 0.25% 0.67% -
HSV(B) 38.57º 0.22% 0.75% -
XYZ 42.44 44.3 34.75 -
YUV 177.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 191 176 149 0 0.08 0.22 0.25 38.57 0.25 0.67
Hex BF B0 95 0 8 16 19 27 19 43
Octal 277 260 225 0 10 26 31 47 31 103
Binary 10111111 10110000 10010101 0 1000 10110 11001 100111 11001 1000011

Color Harmonies of #BFB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB095

Black with #BFB095

Text Example


Text Example

White with #BFB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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