Html Css Color HEX #BFB685 Coriander

📋 copy color: '#BFB685'

red 191 ◦ green 182 ◦ blue 133

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

Shades of Coriander #BFB685

Tints of Coriander #BFB685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.97%

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

R = 37.75%
G = 35.97%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BFB685 (or 0xBFB685) is known color: Coriander. HEX triplet: BF, B6 and 85. RGB value is (191,182,133). Sum of RGB (Red+Green+Blue) = 191+182+133=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB685 is #40497A. Grayscale: #B3B3B3. Windows color (decimal): -4213115 or 8763071. OLE color: 8763071.

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

Color convert

RGB 191 182 133 -
CMYK 0 0.05 0.30 0.25
HSL 50.69º 0.31% 0.64% -
HSV(B) 50.69º 0.3% 0.75% -
XYZ 42.45 46.23 28.88 -
YUV 179.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 191 182 133 0 0.05 0.30 0.25 50.69 0.31 0.64
Hex BF B6 85 0 5 1E 19 33 1F 40
Octal 277 266 205 0 5 36 31 63 37 100
Binary 10111111 10110110 10000101 0 101 11110 11001 110011 11111 1000000

Color Harmonies of #BFB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB685

Black with #BFB685

Text Example


Text Example

White with #BFB685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB685; }

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

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

background-color css

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

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

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

border-color css

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

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

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