Html Css Color HEX #BFB488 Coriander

📋 copy color: '#BFB488'

red 191 ◦ green 180 ◦ blue 136

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

Shades of Coriander #BFB488

Tints of Coriander #BFB488

RGB

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

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

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

R = 37.67%
G = 35.5%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BFB488 (or 0xBFB488) is known color: Coriander. HEX triplet: BF, B4 and 88. RGB value is (191,180,136). Sum of RGB (Red+Green+Blue) = 191+180+136=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB488 is #404B77. Grayscale: #B2B2B2. Windows color (decimal): -4213624 or 8959167. OLE color: 8959167.

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

Color convert

RGB 191 180 136 -
CMYK 0 0.06 0.29 0.25
HSL 48º 0.3% 0.64% -
HSV(B) 48º 0.29% 0.75% -
XYZ 42.25 45.5 29.85 -
YUV 178.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 191 180 136 0 0.06 0.29 0.25 48 0.3 0.64
Hex BF B4 88 0 6 1D 19 30 1E 40
Octal 277 264 210 0 6 35 31 60 36 100
Binary 10111111 10110100 10001000 0 110 11101 11001 110000 11110 1000000

Color Harmonies of #BFB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB488

Black with #BFB488

Text Example


Text Example

White with #BFB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB488; }

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

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

background-color css

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

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

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

border-color css

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

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

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