Html Css Color HEX #BFB988 Coriander

📋 copy color: '#BFB988'

red 191 ◦ green 185 ◦ blue 136

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

Shades of Coriander #BFB988

Tints of Coriander #BFB988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.56%

R = 37.3%
G = 36.13%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BFB988 (or 0xBFB988) is known color: Coriander. HEX triplet: BF, B9 and 88. RGB value is (191,185,136). Sum of RGB (Red+Green+Blue) = 191+185+136=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB988 is #404677. Grayscale: #B5B5B5. Windows color (decimal): -4212344 or 8960447. OLE color: 8960447.

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

Color convert

RGB 191 185 136 -
CMYK 0 0.03 0.29 0.25
HSL 53.45º 0.3% 0.64% -
HSV(B) 53.45º 0.29% 0.75% -
XYZ 43.28 47.55 30.19 -
YUV 181.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 191 185 136 0 0.03 0.29 0.25 53.45 0.3 0.64
Hex BF B9 88 0 3 1D 19 35 1E 40
Octal 277 271 210 0 3 35 31 65 36 100
Binary 10111111 10111001 10001000 0 11 11101 11001 110101 11110 1000000

Color Harmonies of #BFB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB988

Black with #BFB988

Text Example


Text Example

White with #BFB988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB988; }

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

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

background-color css

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

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

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

border-color css

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

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

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