Html Css Color HEX #BFBB8B Coriander

📋 copy color: '#BFBB8B'

red 191 ◦ green 187 ◦ blue 139

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

Shades of Coriander #BFBB8B

Tints of Coriander #BFBB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.89%

R = 36.94%
G = 36.17%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFBB8B (or 0xBFBB8B) is known color: Coriander. HEX triplet: BF, BB and 8B. RGB value is (191,187,139). Sum of RGB (Red+Green+Blue) = 191+187+139=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB8B is #404474. Grayscale: #B6B6B6. Windows color (decimal): -4211829 or 9157567. OLE color: 9157567.

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

Color convert

RGB 191 187 139 -
CMYK 0 0.02 0.27 0.25
HSL 55.38º 0.29% 0.65% -
HSV(B) 55.38º 0.27% 0.75% -
XYZ 43.92 48.48 31.47 -
YUV 182.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 191 187 139 0 0.02 0.27 0.25 55.38 0.29 0.65
Hex BF BB 8B 0 2 1B 19 37 1D 41
Octal 277 273 213 0 2 33 31 67 35 101
Binary 10111111 10111011 10001011 0 10 11011 11001 110111 11101 1000001

Color Harmonies of #BFBB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB8B

Black with #BFBB8B

Text Example


Text Example

White with #BFBB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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