Html Css Color HEX #BFB293 Akaroa

📋 copy color: '#BFB293'

red 191 ◦ green 178 ◦ blue 147

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

Shades of Akaroa #BFB293

Tints of Akaroa #BFB293

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.5%

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

R = 37.02%
G = 34.5%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFB293 (or 0xBFB293) is known color: Akaroa. HEX triplet: BF, B2 and 93. RGB value is (191,178,147). Sum of RGB (Red+Green+Blue) = 191+178+147=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB293 is #404D6C. Grayscale: #B2B2B2. Windows color (decimal): -4214125 or 9679551. OLE color: 9679551.

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

Color convert

RGB 191 178 147 -
CMYK 0 0.07 0.23 0.25
HSL 42.27º 0.26% 0.66% -
HSV(B) 42.27º 0.23% 0.75% -
XYZ 42.67 45.02 34.05 -
YUV 178.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 191 178 147 0 0.07 0.23 0.25 42.27 0.26 0.66
Hex BF B2 93 0 7 17 19 2A 1A 42
Octal 277 262 223 0 7 27 31 52 32 102
Binary 10111111 10110010 10010011 0 111 10111 11001 101010 11010 1000010

Color Harmonies of #BFB293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB293

Black with #BFB293

Text Example


Text Example

White with #BFB293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB293; }

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

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

background-color css

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

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

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

border-color css

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

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

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