Html Css Color HEX #BFB094 Akaroa

📋 copy color: '#BFB094'

red 191 ◦ green 176 ◦ blue 148

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

Shades of Akaroa #BFB094

Tints of Akaroa #BFB094

RGB

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

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

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

R = 37.09%
G = 34.17%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFB094 (or 0xBFB094) is known color: Akaroa. HEX triplet: BF, B0 and 94. RGB value is (191,176,148). Sum of RGB (Red+Green+Blue) = 191+176+148=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB094 is #404F6B. Grayscale: #B1B1B1. Windows color (decimal): -4214636 or 9744575. OLE color: 9744575.

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

Color convert

RGB 191 176 148 -
CMYK 0 0.08 0.23 0.25
HSL 39.07º 0.25% 0.66% -
HSV(B) 39.07º 0.23% 0.75% -
XYZ 42.36 44.27 34.33 -
YUV 177.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 191 176 148 0 0.08 0.23 0.25 39.07 0.25 0.66
Hex BF B0 94 0 8 17 19 27 19 42
Octal 277 260 224 0 10 27 31 47 31 102
Binary 10111111 10110000 10010100 0 1000 10111 11001 100111 11001 1000010

Color Harmonies of #BFB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB094

Black with #BFB094

Text Example


Text Example

White with #BFB094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB094; }

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

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

background-color css

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

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

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

border-color css

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

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

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