Html Css Color HEX #BFB48D Coriander

📋 copy color: '#BFB48D'

red 191 ◦ green 180 ◦ blue 141

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

Shades of Coriander #BFB48D

Tints of Coriander #BFB48D

RGB

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

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

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

R = 37.3%
G = 35.16%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BFB48D (or 0xBFB48D) is known color: Coriander. HEX triplet: BF, B4 and 8D. RGB value is (191,180,141). Sum of RGB (Red+Green+Blue) = 191+180+141=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB48D is #404B72. Grayscale: #B3B3B3. Windows color (decimal): -4213619 or 9286847. OLE color: 9286847.

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

Color convert

RGB 191 180 141 -
CMYK 0 0.06 0.26 0.25
HSL 46.8º 0.28% 0.65% -
HSV(B) 46.8º 0.26% 0.75% -
XYZ 42.61 45.64 31.76 -
YUV 178.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 191 180 141 0 0.06 0.26 0.25 46.8 0.28 0.65
Hex BF B4 8D 0 6 1A 19 2F 1C 41
Octal 277 264 215 0 6 32 31 57 34 101
Binary 10111111 10110100 10001101 0 110 11010 11001 101111 11100 1000001

Color Harmonies of #BFB48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB48D

Black with #BFB48D

Text Example


Text Example

White with #BFB48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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