Html Css Color HEX #BFBB8F Coriander

📋 copy color: '#BFBB8F'

red 191 ◦ green 187 ◦ blue 143

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

Shades of Coriander #BFBB8F

Tints of Coriander #BFBB8F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.89%

 BLUE value IS 143 (56.25% from 255) = 27.45%

R = 36.66%
G = 35.89%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFBB8F (or 0xBFBB8F) is known color: Coriander. HEX triplet: BF, BB and 8F. RGB value is (191,187,143). Sum of RGB (Red+Green+Blue) = 191+187+143=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB8F is #404470. Grayscale: #B7B7B7. Windows color (decimal): -4211825 or 9419711. OLE color: 9419711.

HSL color Cylindrical-coordinate representation of color #BFBB8F: hue angle of 55º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFBB8F is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 143 -
CMYK 0 0.02 0.25 0.25
HSL 55º 0.27% 0.65% -
HSV(B) 55º 0.25% 0.75% -
XYZ 44.21 48.6 33.04 -
YUV 183.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 191 187 143 0 0.02 0.25 0.25 55 0.27 0.65
Hex BF BB 8F 0 2 19 19 37 1B 41
Octal 277 273 217 0 2 31 31 67 33 101
Binary 10111111 10111011 10001111 0 10 11001 11001 110111 11011 1000001

Color Harmonies of #BFBB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB8F

Black with #BFBB8F

Text Example


Text Example

White with #BFBB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB8F; }

 p { color: rgb(191,187,143); }

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

background-color css

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

 a { background-color: rgb(191,187,143); }

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

border-color css

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

 span { border-color: rgb(191,187,143); }

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