Html Css Color HEX #BFB88F Coriander

📋 copy color: '#BFB88F'

red 191 ◦ green 184 ◦ blue 143

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

Shades of Coriander #BFB88F

Tints of Coriander #BFB88F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.52%

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

R = 36.87%
G = 35.52%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFB88F (or 0xBFB88F) is known color: Coriander. HEX triplet: BF, B8 and 8F. RGB value is (191,184,143). Sum of RGB (Red+Green+Blue) = 191+184+143=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB88F is #404770. Grayscale: #B5B5B5. Windows color (decimal): -4212593 or 9418943. OLE color: 9418943.

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

Color convert

RGB 191 184 143 -
CMYK 0 0.04 0.25 0.25
HSL 51.25º 0.27% 0.65% -
HSV(B) 51.25º 0.25% 0.75% -
XYZ 43.58 47.34 32.83 -
YUV 181.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 191 184 143 0 0.04 0.25 0.25 51.25 0.27 0.65
Hex BF B8 8F 0 4 19 19 33 1B 41
Octal 277 270 217 0 4 31 31 63 33 101
Binary 10111111 10111000 10001111 0 100 11001 11001 110011 11011 1000001

Color Harmonies of #BFB88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB88F

Black with #BFB88F

Text Example


Text Example

White with #BFB88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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