Html Css Color HEX #BFB595 Akaroa

📋 copy color: '#BFB595'

red 191 ◦ green 181 ◦ blue 149

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

Shades of Akaroa #BFB595

Tints of Akaroa #BFB595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.74%

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

R = 36.66%
G = 34.74%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BFB595 (or 0xBFB595) is known color: Akaroa. HEX triplet: BF, B5 and 95. RGB value is (191,181,149). Sum of RGB (Red+Green+Blue) = 191+181+149=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB595 is #404A6A. Grayscale: #B4B4B4. Windows color (decimal): -4213355 or 9811391. OLE color: 9811391.

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

Color convert

RGB 191 181 149 -
CMYK 0 0.05 0.22 0.25
HSL 45.71º 0.25% 0.67% -
HSV(B) 45.71º 0.22% 0.75% -
XYZ 43.43 46.29 35.08 -
YUV 180.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 191 181 149 0 0.05 0.22 0.25 45.71 0.25 0.67
Hex BF B5 95 0 5 16 19 2E 19 43
Octal 277 265 225 0 5 26 31 56 31 103
Binary 10111111 10110101 10010101 0 101 10110 11001 101110 11001 1000011

Color Harmonies of #BFB595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB595

Black with #BFB595

Text Example


Text Example

White with #BFB595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB595; }

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

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

background-color css

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

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

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

border-color css

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

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

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