Html Css Color HEX #BFB393 Akaroa

📋 copy color: '#BFB393'

red 191 ◦ green 179 ◦ blue 147

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

Shades of Akaroa #BFB393

Tints of Akaroa #BFB393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.43%

R = 36.94%
G = 34.62%
B = 28.43%

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

#BFB393 (or 0xBFB393) is known color: Akaroa. HEX triplet: BF, B3 and 93. RGB value is (191,179,147). Sum of RGB (Red+Green+Blue) = 191+179+147=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB393 is #404C6C. Grayscale: #B3B3B3. Windows color (decimal): -4213869 or 9679807. OLE color: 9679807.

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

Color convert

RGB 191 179 147 -
CMYK 0 0.06 0.23 0.25
HSL 43.64º 0.26% 0.66% -
HSV(B) 43.64º 0.23% 0.75% -
XYZ 42.87 45.42 34.11 -
YUV 178.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 191 179 147 0 0.06 0.23 0.25 43.64 0.26 0.66
Hex BF B3 93 0 6 17 19 2C 1A 42
Octal 277 263 223 0 6 27 31 54 32 102
Binary 10111111 10110011 10010011 0 110 10111 11001 101100 11010 1000010

Color Harmonies of #BFB393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB393

Black with #BFB393

Text Example


Text Example

White with #BFB393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB393; }

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

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

background-color css

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

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

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

border-color css

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

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

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