Html Css Color HEX #BFB395 Akaroa

📋 copy color: '#BFB395'

red 191 ◦ green 179 ◦ blue 149

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

Shades of Akaroa #BFB395

Tints of Akaroa #BFB395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.49%

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

R = 36.8%
G = 34.49%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BFB395 (or 0xBFB395) is known color: Akaroa. HEX triplet: BF, B3 and 95. RGB value is (191,179,149). Sum of RGB (Red+Green+Blue) = 191+179+149=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB395 is #404C6A. Grayscale: #B3B3B3. Windows color (decimal): -4213867 or 9810879. OLE color: 9810879.

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

Color convert

RGB 191 179 149 -
CMYK 0 0.06 0.22 0.25
HSL 42.86º 0.25% 0.67% -
HSV(B) 42.86º 0.22% 0.75% -
XYZ 43.03 45.49 34.95 -
YUV 179.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 191 179 149 0 0.06 0.22 0.25 42.86 0.25 0.67
Hex BF B3 95 0 6 16 19 2B 19 43
Octal 277 263 225 0 6 26 31 53 31 103
Binary 10111111 10110011 10010101 0 110 10110 11001 101011 11001 1000011

Color Harmonies of #BFB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB395

Black with #BFB395

Text Example


Text Example

White with #BFB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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