Html Css Color HEX #BFB489 Coriander

📋 copy color: '#BFB489'

red 191 ◦ green 180 ◦ blue 137

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

Shades of Coriander #BFB489

Tints of Coriander #BFB489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.97%

R = 37.6%
G = 35.43%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BFB489 (or 0xBFB489) is known color: Coriander. HEX triplet: BF, B4 and 89. RGB value is (191,180,137). Sum of RGB (Red+Green+Blue) = 191+180+137=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB489 is #404B76. Grayscale: #B2B2B2. Windows color (decimal): -4213623 or 9024703. OLE color: 9024703.

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

Color convert

RGB 191 180 137 -
CMYK 0 0.06 0.28 0.25
HSL 47.78º 0.3% 0.64% -
HSV(B) 47.78º 0.28% 0.75% -
XYZ 42.32 45.53 30.22 -
YUV 178.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 191 180 137 0 0.06 0.28 0.25 47.78 0.3 0.64
Hex BF B4 89 0 6 1C 19 30 1E 40
Octal 277 264 211 0 6 34 31 60 36 100
Binary 10111111 10110100 10001001 0 110 11100 11001 110000 11110 1000000

Color Harmonies of #BFB489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB489

Black with #BFB489

Text Example


Text Example

White with #BFB489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB489; }

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

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

background-color css

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

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

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

border-color css

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

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

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