Html Css Color HEX #BFB48E Coriander

📋 copy color: '#BFB48E'

red 191 ◦ green 180 ◦ blue 142

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

Shades of Coriander #BFB48E

Tints of Coriander #BFB48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 37.23%
G = 35.09%
B = 27.68%

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

#BFB48E (or 0xBFB48E) is known color: Coriander. HEX triplet: BF, B4 and 8E. RGB value is (191,180,142). Sum of RGB (Red+Green+Blue) = 191+180+142=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB48E is #404B71. Grayscale: #B3B3B3. Windows color (decimal): -4213618 or 9352383. OLE color: 9352383.

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

Color convert

RGB 191 180 142 -
CMYK 0 0.06 0.26 0.25
HSL 46.53º 0.28% 0.65% -
HSV(B) 46.53º 0.26% 0.75% -
XYZ 42.69 45.67 32.16 -
YUV 178.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 191 180 142 0 0.06 0.26 0.25 46.53 0.28 0.65
Hex BF B4 8E 0 6 1A 19 2F 1C 41
Octal 277 264 216 0 6 32 31 57 34 101
Binary 10111111 10110100 10001110 0 110 11010 11001 101111 11100 1000001

Color Harmonies of #BFB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB48E

Black with #BFB48E

Text Example


Text Example

White with #BFB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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