Html Css Color HEX #BFBB8D Coriander

📋 copy color: '#BFBB8D'

red 191 ◦ green 187 ◦ blue 141

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

Shades of Coriander #BFBB8D

Tints of Coriander #BFBB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.17%

R = 36.8%
G = 36.03%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BFBB8D (or 0xBFBB8D) is known color: Coriander. HEX triplet: BF, BB and 8D. RGB value is (191,187,141). Sum of RGB (Red+Green+Blue) = 191+187+141=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB8D is #404472. Grayscale: #B7B7B7. Windows color (decimal): -4211827 or 9288639. OLE color: 9288639.

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

Color convert

RGB 191 187 141 -
CMYK 0 0.02 0.26 0.25
HSL 55.2º 0.28% 0.65% -
HSV(B) 55.2º 0.26% 0.75% -
XYZ 44.06 48.54 32.25 -
YUV 182.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 191 187 141 0 0.02 0.26 0.25 55.2 0.28 0.65
Hex BF BB 8D 0 2 1A 19 37 1C 41
Octal 277 273 215 0 2 32 31 67 34 101
Binary 10111111 10111011 10001101 0 10 11010 11001 110111 11100 1000001

Color Harmonies of #BFBB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB8D

Black with #BFBB8D

Text Example


Text Example

White with #BFBB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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