Html Css Color HEX #BFB48F Coriander

📋 copy color: '#BFB48F'

red 191 ◦ green 180 ◦ blue 143

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

Shades of Coriander #BFB48F

Tints of Coriander #BFB48F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.02%

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

R = 37.16%
G = 35.02%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFB48F (or 0xBFB48F) is known color: Coriander. HEX triplet: BF, B4 and 8F. RGB value is (191,180,143). Sum of RGB (Red+Green+Blue) = 191+180+143=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB48F is #404B70. Grayscale: #B3B3B3. Windows color (decimal): -4213617 or 9417919. OLE color: 9417919.

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

Color convert

RGB 191 180 143 -
CMYK 0 0.06 0.25 0.25
HSL 46.25º 0.27% 0.65% -
HSV(B) 46.25º 0.25% 0.75% -
XYZ 42.77 45.7 32.55 -
YUV 179.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 191 180 143 0 0.06 0.25 0.25 46.25 0.27 0.65
Hex BF B4 8F 0 6 19 19 2E 1B 41
Octal 277 264 217 0 6 31 31 56 33 101
Binary 10111111 10110100 10001111 0 110 11001 11001 101110 11011 1000001

Color Harmonies of #BFB48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB48F

Black with #BFB48F

Text Example


Text Example

White with #BFB48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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