Html Css Color HEX #BFB48C Coriander

📋 copy color: '#BFB48C'

red 191 ◦ green 180 ◦ blue 140

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

Shades of Coriander #BFB48C

Tints of Coriander #BFB48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 37.38%
G = 35.23%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFB48C (or 0xBFB48C) is known color: Coriander. HEX triplet: BF, B4 and 8C. RGB value is (191,180,140). Sum of RGB (Red+Green+Blue) = 191+180+140=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB48C is #404B73. Grayscale: #B2B2B2. Windows color (decimal): -4213620 or 9221311. OLE color: 9221311.

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

Color convert

RGB 191 180 140 -
CMYK 0 0.06 0.27 0.25
HSL 47.06º 0.28% 0.65% -
HSV(B) 47.06º 0.27% 0.75% -
XYZ 42.54 45.61 31.37 -
YUV 178.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 191 180 140 0 0.06 0.27 0.25 47.06 0.28 0.65
Hex BF B4 8C 0 6 1B 19 2F 1C 41
Octal 277 264 214 0 6 33 31 57 34 101
Binary 10111111 10110100 10001100 0 110 11011 11001 101111 11100 1000001

Color Harmonies of #BFB48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB48C

Black with #BFB48C

Text Example


Text Example

White with #BFB48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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