Html Css Color HEX #BFBB93 Coriander

📋 copy color: '#BFBB93'

red 191 ◦ green 187 ◦ blue 147

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

Shades of Coriander #BFBB93

Tints of Coriander #BFBB93

RGB

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

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

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

R = 36.38%
G = 35.62%
B = 28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFBB93 (or 0xBFBB93) is known color: Coriander. HEX triplet: BF, BB and 93. RGB value is (191,187,147). Sum of RGB (Red+Green+Blue) = 191+187+147=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB93 is #40446C. Grayscale: #B7B7B7. Windows color (decimal): -4211821 or 9681855. OLE color: 9681855.

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

Color convert

RGB 191 187 147 -
CMYK 0 0.02 0.23 0.25
HSL 54.55º 0.26% 0.66% -
HSV(B) 54.55º 0.23% 0.75% -
XYZ 44.52 48.72 34.66 -
YUV 183.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 191 187 147 0 0.02 0.23 0.25 54.55 0.26 0.66
Hex BF BB 93 0 2 17 19 37 1A 42
Octal 277 273 223 0 2 27 31 67 32 102
Binary 10111111 10111011 10010011 0 10 10111 11001 110111 11010 1000010

Color Harmonies of #BFBB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB93

Black with #BFBB93

Text Example


Text Example

White with #BFBB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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