Html Css Color HEX #BFB985 Coriander

📋 copy color: '#BFB985'

red 191 ◦ green 185 ◦ blue 133

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

Shades of Coriander #BFB985

Tints of Coriander #BFB985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.35%

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

R = 37.52%
G = 36.35%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BFB985 (or 0xBFB985) is known color: Coriander. HEX triplet: BF, B9 and 85. RGB value is (191,185,133). Sum of RGB (Red+Green+Blue) = 191+185+133=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB985 is #40467A. Grayscale: #B5B5B5. Windows color (decimal): -4212347 or 8763839. OLE color: 8763839.

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

Color convert

RGB 191 185 133 -
CMYK 0 0.03 0.30 0.25
HSL 53.79º 0.31% 0.64% -
HSV(B) 53.79º 0.3% 0.75% -
XYZ 43.07 47.47 29.08 -
YUV 180.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 191 185 133 0 0.03 0.30 0.25 53.79 0.31 0.64
Hex BF B9 85 0 3 1E 19 36 1F 40
Octal 277 271 205 0 3 36 31 66 37 100
Binary 10111111 10111001 10000101 0 11 11110 11001 110110 11111 1000000

Color Harmonies of #BFB985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB985

Black with #BFB985

Text Example


Text Example

White with #BFB985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB985; }

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

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

background-color css

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

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

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

border-color css

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

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

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