Html Css Color HEX #BFB494 Akaroa

📋 copy color: '#BFB494'

red 191 ◦ green 180 ◦ blue 148

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

Shades of Akaroa #BFB494

Tints of Akaroa #BFB494

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.68%

 BLUE value IS 148 (58.2% from 255) = 28.52%

R = 36.8%
G = 34.68%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFB494 (or 0xBFB494) is known color: Akaroa. HEX triplet: BF, B4 and 94. RGB value is (191,180,148). Sum of RGB (Red+Green+Blue) = 191+180+148=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB494 is #404B6B. Grayscale: #B3B3B3. Windows color (decimal): -4213612 or 9745599. OLE color: 9745599.

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

Color convert

RGB 191 180 148 -
CMYK 0 0.06 0.23 0.25
HSL 44.65º 0.25% 0.66% -
HSV(B) 44.65º 0.23% 0.75% -
XYZ 43.15 45.86 34.59 -
YUV 179.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 191 180 148 0 0.06 0.23 0.25 44.65 0.25 0.66
Hex BF B4 94 0 6 17 19 2D 19 42
Octal 277 264 224 0 6 27 31 55 31 102
Binary 10111111 10110100 10010100 0 110 10111 11001 101101 11001 1000010

Color Harmonies of #BFB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB494

Black with #BFB494

Text Example


Text Example

White with #BFB494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB494; }

 p { color: rgb(191,180,148); }

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

background-color css

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

 a { background-color: rgb(191,180,148); }

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

border-color css

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

 span { border-color: rgb(191,180,148); }

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