Html Css Color HEX #BFB785 Coriander

📋 copy color: '#BFB785'

red 191 ◦ green 183 ◦ blue 133

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

Shades of Coriander #BFB785

Tints of Coriander #BFB785

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.09%

 BLUE value IS 133 (52.34% from 255) = 26.23%

R = 37.67%
G = 36.09%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BFB785 (or 0xBFB785) is known color: Coriander. HEX triplet: BF, B7 and 85. RGB value is (191,183,133). Sum of RGB (Red+Green+Blue) = 191+183+133=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB785 is #40487A. Grayscale: #B3B3B3. Windows color (decimal): -4212859 or 8763327. OLE color: 8763327.

HSL color Cylindrical-coordinate representation of color #BFB785: hue angle of 51.72º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB785 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 133 -
CMYK 0 0.04 0.30 0.25
HSL 51.72º 0.31% 0.64% -
HSV(B) 51.72º 0.3% 0.75% -
XYZ 42.65 46.64 28.94 -
YUV 179.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 191 183 133 0 0.04 0.30 0.25 51.72 0.31 0.64
Hex BF B7 85 0 4 1E 19 34 1F 40
Octal 277 267 205 0 4 36 31 64 37 100
Binary 10111111 10110111 10000101 0 100 11110 11001 110100 11111 1000000

Color Harmonies of #BFB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB785

Black with #BFB785

Text Example


Text Example

White with #BFB785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB785; }

 p { color: rgb(191,183,133); }

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

background-color css

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

 a { background-color: rgb(191,183,133); }

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

border-color css

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

 span { border-color: rgb(191,183,133); }

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